forked from ARM-software/CMSIS-FreeRTOS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMSIS: define osSysTickRateHz in CMSIS headers
This requires that the application define configSPAN_SYS_TICK_RATE_HZ. We primarily need it because we need an integer literal for defining a std::chrono-style clock based on the "SysTick". Note that this updates both copies of the "control blocks" header. I'm not sure why we have two.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters