mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 19:04:15 +08:00
e062f4591c
umm_memdump() should be always declared otherwise we get error when DEBUG_MM=n: sched/task/task_exithook.c:468:7: error: implicit declaration of function ‘umm_memdump’; did you mean ‘mm_memdump’? [-Wimplicit-function-declaration]