Skip to content

Commit

Permalink
FW3: Define osTickRateHz
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClinardSpanIO committed Apr 23, 2023
1 parent f5d9ac7 commit c14995c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMSIS/RTOS2/FreeRTOS/Include/freertos_os2_control_blocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "freertos_mpool.h"
#include "semphr.h"

#define osTickRateHz (configTICK_RATE_HZ)
#define osMaxDelayTicks (portMAX_DELAY)

typedef MemPool_t MemoryPoolControlBlock;
Expand Down

0 comments on commit c14995c

Please sign in to comment.