Add event group code to the PIC32MZ demo.

This commit is contained in:
Richard Barry 2014-02-18 10:08:33 +00:00
parent 0f6b699eef
commit c3dd6f6593
10 changed files with 69 additions and 31 deletions

View file

@ -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. */