gustavonihei commented on code in PR #1649: URL: https://github.com/apache/nuttx-apps/pull/1649#discussion_r1142062330
########## industry/foc/float/foc_handler.c: ########## @@ -27,6 +27,7 @@ #include <assert.h> #include <errno.h> #include <fcntl.h> +#include <string.h> Review Comment: Yes. I don't recall the exact warning , but here I believe the compiler was reporting the missing declaration for the `memset` function. It all started after I removed `#include <nuttx/userspace.h>` from `kmalloc.h` when trying to build WARM for ESP32-S3, as described in https://github.com/apache/nuttx/pull/8744. -- 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