Skip to content
Snippets Groups Projects
Commit f2139ef0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Misc changes for clean built od mikroe-stm32f4 configurations

parent 80fc728d
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#ifdef CONFIG_NSH_STRERROR
# include <string.h>
#endif
#include <nuttx/usb/usbdev_trace.h> #include <nuttx/usb/usbdev_trace.h>
/**************************************************************************** /****************************************************************************
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
config SYSTEM_FLASH_ERASEALL config SYSTEM_FLASH_ERASEALL
bool "FLASH eraseall tool" bool "FLASH eraseall tool"
default n default n
depends on MTD && NSH_BUILTIN_APPS & !NUTTX_KERNEL depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL
---help--- ---help---
Enable support for the FLASH eraseall tool. Enable support for the FLASH eraseall tool.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment