mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Add event group code to the PIC32MZ demo.
This commit is contained in:
parent
0f6b699eef
commit
c3dd6f6593
10 changed files with 69 additions and 31 deletions
|
@ -127,6 +127,7 @@ to exclude the API function. */
|
|||
#define INCLUDE_vTaskDelay 1
|
||||
#define INCLUDE_uxTaskGetStackHighWaterMark 1
|
||||
#define INCLUDE_eTaskGetState 1
|
||||
#define INCLUDE_xTimerPendFunctionCall 1
|
||||
|
||||
/* The priority at which the tick interrupt runs. This should probably be
|
||||
kept at 1. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue