hartmannathan commented on code in PR #7607: URL: https://github.com/apache/incubator-nuttx/pull/7607#discussion_r1024226515
########## mm/shm/shm_initialize.c: ########## @@ -25,6 +25,7 @@ #include <nuttx/config.h> #include <assert.h> +#include <debug.h> Review Comment: Interestingly I was getting an error for `minfo()` even with `#include <debug.h>`. I was trying to build sama5d4-ek:knsh with `MM_SHM` enabled and was having problems. Not sure why I had problems but I ran out of time for today because of other work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org