summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_serial.c')
-rw-r--r--firmware/usbstack/usb_serial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/usbstack/usb_serial.c b/firmware/usbstack/usb_serial.c
index 246938a1ef..6c654ad898 100644
--- a/firmware/usbstack/usb_serial.c
+++ b/firmware/usbstack/usb_serial.c
@@ -28,8 +28,6 @@
28//#define LOGF_ENABLE 28//#define LOGF_ENABLE
29#include "logf.h" 29#include "logf.h"
30 30
31#ifdef USB_SERIAL
32
33/* serial interface */ 31/* serial interface */
34static struct usb_interface_descriptor __attribute__((aligned(2))) 32static struct usb_interface_descriptor __attribute__((aligned(2)))
35 interface_descriptor = 33 interface_descriptor =
@@ -240,5 +238,3 @@ void usb_serial_transfer_complete(int ep,int dir, int status, int length)
240 break; 238 break;
241 } 239 }
242} 240}
243
244#endif /*USB_SERIAL*/