summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-21 12:23:09 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-23 10:41:43 -0700
commita1883e93c1094ed34c21e018d34993e2a9e80506 (patch)
tree2e76cbb95a127ad3fb517dfb94d1cf1034150a89 /cmd/sbc_harness
parent8f7feb7852ec7cb15c7f51de78f2c474d8807bd7 (diff)
Complete TODO comments and documentation
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r--cmd/sbc_harness/usb_keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/sbc_harness/usb_keyboard.c b/cmd/sbc_harness/usb_keyboard.c
index b781d4d..f3cb42d 100644
--- a/cmd/sbc_harness/usb_keyboard.c
+++ b/cmd/sbc_harness/usb_keyboard.c
@@ -1,6 +1,6 @@
/* sbc_harness/usb_keyboard.c - Implementation of a USB keyboard device
*
- * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@@ -95,7 +95,7 @@ uint8_t const *tud_hid_descriptor_report_cb(uint8_t index) {
uint16_t tud_hid_get_report_cb(uint8_t instance, uint8_t report_id, hid_report_type_t report_type, uint8_t* buffer, uint16_t reqlen)
{
- // TODO not Implemented
+ // TODO not implemented
(void) instance;
(void) report_id;
(void) report_type;