diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-09-03 23:15:50 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-09-03 23:15:50 -0400 |
| commit | d3cb1030c8c8ab1395c17db1ec003e062c6a42a9 (patch) | |
| tree | c58efbf360a4abbeabb1b4820bc4beeba0746aa5 /shared-module/usb_hid | |
| parent | e921314f438daa9e64a34fa1b122eb4a3abdc63a (diff) | |
trivial change; try to force check run
Diffstat (limited to 'shared-module/usb_hid')
| -rw-r--r-- | shared-module/usb_hid/__init__.c | 2 |
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. |
