Commit graph

2 commits

Author SHA1 Message Date
Jeff Epler
013bc037ca Fix compilation issues on Debian Wheezy
.. which uses Arduino 1.0.1 with gcc-avr 4.7.2-2.

SIG_USART0_RECV is forbidden to use, even in a #ifdef test.

PROGMEM data must additionally be const. (not all instances fixed,
for instance I didn't touch he NUM_EXTRUDER>2 case)

prog_char is deprecated but available by defining __PROG_TYPES_COMPAT__
before including pgmspace.h.
2013-07-14 16:25:09 -05:00
johnoly99
46729d116b Initial upload
Initial uploading of firmware to seemecnc git
2013-04-17 13:36:51 -04:00