FreeRTOS-Kernel/portable/MSVC-MingW
Kim Lindberg Schwaner ccabdec2f8
Fix risk of Win32 timer setup call getting ignored (#1311)
If a user configures the configASSERT macro to expand to nothing,
a call to the Win32 API SetWaitableTimer() doesn't get compiled.

This can happen if, for example, configASSERT(x) set defined as
assert(x) (from assert.h) which expands to nothing when NDEBUG is
set (common for "release" builds).
2025-08-15 11:09:28 -07:00
..
port.c Fix risk of Win32 timer setup call getting ignored (#1311) 2025-08-15 11:09:28 -07:00
portmacro.h Move windows headers to port.c (#1302) 2025-08-05 19:11:54 +08:00