Update the IAR RL78 demo to include main_blinky.c and main_full.c.

This commit is contained in:
Richard Barry 2013-03-17 16:52:39 +00:00
parent 7fb22e27da
commit b78fa80fbe
16 changed files with 952 additions and 305 deletions

View file

@ -131,7 +131,7 @@ to exclude the API function. */
#define INCLUDE_vTaskDelete 0
#define INCLUDE_vTaskCleanUpResources 0
#define INCLUDE_vTaskSuspend 1
#define INCLUDE_vTaskDelayUntil 0
#define INCLUDE_vTaskDelayUntil 1
#define INCLUDE_vTaskDelay 1
#define INCLUDE_xTaskGetIdleTaskHandle 0
#define INCLUDE_xTimerGetTimerDaemonTaskHandle 0