summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/usb_hid/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/usb_hid/__init__.c b/shared-module/usb_hid/__init__.c
index 9c6701ab8..d88f9787a 100644
--- a/shared-module/usb_hid/__init__.c
+++ b/shared-module/usb_hid/__init__.c
@@ -24,4 +24,4 @@
* THE SOFTWARE.
*/
-// Nothing needed here. Tables of HID devices are in autogen_usb_descriptor.c.
+// Nothing needed here. Tables of HID devices are generated in autogen_usb_descriptor.c at compile-time.