]> begriffs open source - freertos/commit
Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments...
authorRichard Barry <ribarry@amazon.com>
Mon, 4 Jun 2018 04:02:57 +0000 (04:02 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 4 Jun 2018 04:02:57 +0000 (04:02 +0000)
commit7a9f453f96a14dc7b5af483f9fef2b3db48d1357
treec35ecb83712335a981ea9131bc46ed875c0aaa82
parent390fb06b49fcf4287f5738da0279a1170f3ae26d
Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments, which are not required now EventGroupHandle_t is type safe.
Fix the prototype of prvTimerCallback() in the MPU simulator demo (caught due to the new type safety in tasks.c).
FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/main.c
FreeRTOS/Demo/Common/Minimal/AbortDelay.c
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/tasks.c