summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky04 <[email protected]>2023-08-07 20:59:08 +0200
committerGitHub <[email protected]>2023-08-07 20:59:08 +0200
commit12ed867b5e494f7bb73e00fc953de32d78253491 (patch)
treebb08a91183d2257907f233288d7ead4314fddc29
parent45af3d6a83f89d3b048701f8d6d7de15ebfa0101 (diff)
Fixed typo
-rw-r--r--examples/device/hid_composite_freertos/src/main.c2
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);
}
}