X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fsamd21%2Fao_usb_samd21.c;fp=src%2Fsamd21%2Fao_usb_samd21.c;h=6b88e8564832b8a4d2ba2b5fca014009ac9148d7;hb=1311eba0bbe32bc1759a3b11b00c78774843383c;hp=bed4f54adcd59e8a14912b0e510bf48e9536d14f;hpb=7b2588ee723827b9be2a2d5f287afb1b5d351b23;p=fw%2Faltos diff --git a/src/samd21/ao_usb_samd21.c b/src/samd21/ao_usb_samd21.c index bed4f54a..6b88e856 100644 --- a/src/samd21/ao_usb_samd21.c +++ b/src/samd21/ao_usb_samd21.c @@ -28,6 +28,10 @@ #define AO_USB_DEVICE_ID_SERIAL 0 #endif +#ifndef USE_USB_STDIO +#define USE_USB_STDIO 1 +#endif + #if USE_USB_FIFO static struct ao_fifo ao_usb_rx_fifo; #endif