Search results

  1. S

    [PATCH] usb_serial.c fix for gcc const PROGMEM requirement

    I'm running avr-gcc (GCC) 4.7.0 and found that usb_serial.c version 1.1 from http://www.pjrc.com/teensy/usb_serial.html no longer compiles with the following error, error: variable 'device_descriptor' must be const in order to be put into read-only section by means of '__attribute__((progmem))'...
Back
Top