commit | 7a9f453f96a14dc7b5af483f9fef2b3db48d1357 | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Mon Jun 04 04:02:57 2018 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Mon Jun 04 04:02:57 2018 +0000 |
tree | c35ecb83712335a981ea9131bc46ed875c0aaa82 | |
parent | 390fb06b49fcf4287f5738da0279a1170f3ae26d [diff] |
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).