Can't compile for ATmega32u4
carmax91 opened this issue · 2 comments
carmax91 commented
Hi Shendo,
It seems with the latest release of memcarduino i can't compile the sketch for the platform based on the atmega32u4 like arduino Leonardo...
Error during compiling is:
"Compilation error: 'ushort' was not declared in this scope"
ShendoXT commented
And right you are. my bad.
I changed ushort to unsigned short, that should work on all platforms now.
Can you please try with the updated version?
Lately I have been using raspberry pi based mcduino and it worked there so I was unaware of the fact it may
not compile on some of the other boards...
carmax91 commented
Yes, fixed and working now!
Thanks Shendo!