Commit Graph

5 Commits

Author SHA1 Message Date
Markus Hitter f065f26aff usb_serial.c: make variables residing in PROGMEM constant.
Newer avr-gccs complain about that and even without this, it's
the right thing to do.

Patch by DaveX, thanks Dave. See also:
http://forums.reprap.org/read.php?147,33082,182021#msg-182021
2013-03-24 16:17:34 +01:00
Markus Hitter 9b018b7433 Make USB_SERIAL fit for the Arduino IDE.
This also includes renaming of USE_USB to USB_SERIAL for more
consistency.
2012-12-03 19:49:58 +01:00
Markus Hitter b4bf8144fc Protect usb_serial.c from Arduino IDE.
This silly "IDE" simply processes every source code file it can find ...
2012-11-08 16:38:14 +01:00
Markus Hitter 7d6ffdae17 usb_serial.c: adjust USB strings for Teacup. 2012-11-08 16:37:03 +01:00
Markus Hitter c4fc138f7e Import USB Serial from http://www.pjrc.com/teensy/usb_serial.html 2012-11-08 16:36:48 +01:00