diff options
| author | Rocky04 <[email protected]> | 2023-08-07 20:59:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-07 20:59:08 +0200 |
| commit | 12ed867b5e494f7bb73e00fc953de32d78253491 (patch) | |
| tree | bb08a91183d2257907f233288d7ead4314fddc29 /examples | |
| parent | 45af3d6a83f89d3b048701f8d6d7de15ebfa0101 (diff) | |
Fixed typo
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/hid_composite_freertos/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite_freertos/src/main.c b/examples/device/hid_composite_freertos/src/main.c index 4ed506f6c..2ba646e7a 100644 --- a/examples/device/hid_composite_freertos/src/main.c +++ b/examples/device/hid_composite_freertos/src/main.c @@ -182,7 +182,7 @@ void tud_resume_cb(void) } else { - xTimerChangePeriod(blinky_tm, pdMS_TO_TICKS(BLINK_SUSPENDED), 0); + xTimerChangePeriod(blinky_tm, pdMS_TO_TICKS(BLINK_NOT_MOUNTED), 0); } } |
