Completing CMake variable generation for USB parameters (AVR Support)

- Had to add the iSerialNumber parameter to the AVR USB descriptor
- Removed a faulty pack command for avr-gcc that is not required
This commit is contained in:
Jacob Alexander 2013-02-01 20:30:14 -05:00
parent b7afaa100f
commit 99b3deba67
7 changed files with 58 additions and 11 deletions

View file

@ -87,3 +87,4 @@ void usb_debug_flush_output(void); // immediately transmit any buffered output
#define CDC_SET_CONTROL_LINE_STATE 0x22
#endif
#endif