You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FreeRTOS.h, if configENABLE_BACKWARD_COMPATIBILITY is defined, then #define xTimerHandle TimerHandle_t
is defined. However, in FreeRTOS_POSIX_timer.c, the variable name of the TimerHandle_t type is defined as xTimerHandle, which may lead to potential risks.
The text was updated successfully, but these errors were encountered:
In FreeRTOS.h, if configENABLE_BACKWARD_COMPATIBILITY is defined, then
#define xTimerHandle TimerHandle_t
is defined. However, in FreeRTOS_POSIX_timer.c, the variable name of the TimerHandle_t type is defined as xTimerHandle, which may lead to potential risks.
The text was updated successfully, but these errors were encountered: