From 1463b0b521a6df505d7d1799f33670b871c2caab Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Tue, 28 Mar 2017 15:01:19 +0100 Subject: usb: Cleanup and more debug --- usb/descriptors.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usb/descriptors.h') diff --git a/usb/descriptors.h b/usb/descriptors.h index 8ff539e..f60ed86 100644 --- a/usb/descriptors.h +++ b/usb/descriptors.h @@ -1,6 +1,11 @@ #ifndef USB_DESCRIPTORS_H #define USB_DESCRIPTORS_H +/* + * TODO: Move into a source file and use extern so there's only ever one copy + * LTO should take care of the rest. + */ + /* Device descriptor */ unsigned char ds_dev[] = { 18, // Length -- cgit v1.2.3-54-g00ecf