]> begriffs open source - freertos/commit
Fix cmake example errors (#1037)
authorRahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Thu, 18 Apr 2024 13:38:51 +0000 (19:08 +0530)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 13:38:51 +0000 (19:08 +0530)
commitbbc058967be6446f5e4cf486cad736856b53dd69
treefa35835253425c868a603b3ae135570c9df0d959
parente143832ad41bcee55cb8103aa82944534225fd3a
Fix cmake example errors (#1037)

Add typecasts to prevent compiler warnings. Remove ULL suffix to adhere
to C90.
examples/cmake_example/CMakeLists.txt
include/event_groups.h
include/list.h
list.c
portable/template/portmacro.h
tasks.c