FreeRTOS-Kernel/portable/MSVC-MingW
Kim Lindberg Schwaner 2d7e22f701 Fix risk of Win32 timer setup call getting ignored
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 12:07:19 +02:00
..
port.c Fix risk of Win32 timer setup call getting ignored 2025-08-15 12:07:19 +02:00
portmacro.h Move windows headers to port.c (#1302) 2025-08-05 19:11:54 +08:00