mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[rtos_mon] fix free stack function (#2681)
always fill threads for free stack profiling
This commit is contained in:
committed by
GitHub
parent
a7baf59842
commit
42df9fc058
@@ -71,7 +71,7 @@ $(TARGET).CFLAGS += \
|
||||
-DCH_DBG_FILL_THREADS=TRUE \
|
||||
-DCH_DBG_THREADS_PROFILING=TRUE
|
||||
else
|
||||
$(TARGET).CFLAGS += -DCH_DBG_THREADS_PROFILING=TRUE
|
||||
$(TARGET).CFLAGS += -DCH_DBG_THREADS_PROFILING=TRUE -DCH_DBG_FILL_THREADS=TRUE
|
||||
endif
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user