jcchurch13 / Mechaduino-Firmware

Hardware available here:
http://tropical-labs.com
Other
389 stars 232 forks source link

Fixes compilation errors. #18

Closed Razaekel closed 7 years ago

Razaekel commented 7 years ago

When compiling the sketch, errors regarding two missing includes and an undefined type showed up. This commit adds the missing includes to the .ino file, and removes the PROGMEM definitions from Parameters.h, since PROGMEM is apparently only supported on AVR hardware.

Reported-by: Razaekel Signed-off-by: Razaekel ubersentinel@gmail.com

Closes #17

Razaekel commented 7 years ago

Upgrading the Arduino IDE to the latest version allowed it to compile the sketch without needing these changes.

Closing this issue.