diff options
| author | hathach <[email protected]> | 2021-07-01 22:54:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-01 22:54:57 +0700 |
| commit | 6de023d54b944bb467327062e79f3854e79b71a2 (patch) | |
| tree | 4ab76ed92f5caa04dcf58b7c9fd31b4b158f1494 /examples/device/hid_composite/src | |
| parent | ca98996e1f9ac802c60d9da4c28ab0e16ca640d6 (diff) | |
update hid_composite freertos with capslock as well
Diffstat (limited to 'examples/device/hid_composite/src')
| -rw-r--r-- | examples/device/hid_composite/src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/hid_composite/src/main.c b/examples/device/hid_composite/src/main.c index 6ddad5aae..d2a8a28fa 100644 --- a/examples/device/hid_composite/src/main.c +++ b/examples/device/hid_composite/src/main.c @@ -274,7 +274,8 @@ void tud_hid_set_report_cb(uint8_t itf, uint8_t report_id, hid_report_type_t rep board_led_write(true); }else { - // Caplocks Off: back to normal link + // Caplocks Off: back to normal blink + board_led_write(false); blink_interval_ms = BLINK_MOUNTED; } } |
