nuttx-apps/examples/memory_pressure
fangpeina 888690a2fe examples/memory_pressure: fix daemon loop condition
Fix inverted loop condition: while (g_exit) should be while (!g_exit),
causing the daemon to exit immediately instead of running.

Signed-off-by: fangpeina <fangpeina@xiaomi.com>
2026-04-20 15:20:26 +08:00
..
CMakeLists.txt examples: add memory pressure example 2026-04-20 15:19:47 +08:00
Kconfig examples: add memory pressure example 2026-04-20 15:19:47 +08:00
Make.defs examples: add memory pressure example 2026-04-20 15:19:47 +08:00
Makefile examples: add memory pressure example 2026-04-20 15:19:47 +08:00
pressure_main.c examples/memory_pressure: fix daemon loop condition 2026-04-20 15:20:26 +08:00