]> git.sur5r.net Git - freertos/commit
Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 4 Jun 2018 04:02:57 +0000 (04:02 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 4 Jun 2018 04:02:57 +0000 (04:02 +0000)
commit150feff0c902fdfe7268997cc3ce12a193f40cb1
treec35ecb83712335a981ea9131bc46ed875c0aaa82
parent3b31e67961c7f668b30effb90193e6f4dea6082f
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).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2543 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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