usb_cdc: Add support for usb_send_ep0_progmem()
Add support for explicitly sending to the ep0 pipe from constant "progmem" memory on the AVR. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// This header provides wrappers for the AVR specific "PROGMEM"
|
||||
// declarations on non-avr platforms.
|
||||
|
||||
#define NEED_PROGMEM 0
|
||||
#define PROGMEM
|
||||
#define PSTR(S) S
|
||||
#define READP(VAR) VAR
|
||||
|
||||
Reference in New Issue
Block a user