summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-09-03 23:15:50 -0400
committerDan Halbert <halbert@halwitz.org>2019-09-03 23:15:50 -0400
commitd3cb1030c8c8ab1395c17db1ec003e062c6a42a9 (patch)
treec58efbf360a4abbeabb1b4820bc4beeba0746aa5 /shared-module
parente921314f438daa9e64a34fa1b122eb4a3abdc63a (diff)
trivial change; try to force check run
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.