]> begriffs open source - freertos/commit
Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Thu, 5 Oct 2023 08:57:53 +0000 (16:57 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 08:57:53 +0000 (16:57 +0800)
commitd442d7908af72dfda220e0f44721f1e5425b6087
tree866ed4ffc3b9e8a1076d8313ec15853d758207d0
parent97d48ba94a3e22a98e4e2fd3cc6d77ab9c5d2134
Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783)

* Add configCONTROL_INFINITE_LOOP in FreeRTOS.h
* Use configCONTROL_INFINITE_LOOP in tasks.c and timer.c

---------

Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>
include/FreeRTOS.h
tasks.c
timers.c