mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Misc changes for clean built od mikroe-stm32f4 configurations
This commit is contained in:
parent
80fc728d66
commit
f2139ef029
2 changed files with 5 additions and 1 deletions
|
|
@ -50,6 +50,10 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef CONFIG_NSH_STRERROR
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#include <nuttx/usb/usbdev_trace.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_FLASH_ERASEALL
|
||||
bool "FLASH eraseall tool"
|
||||
default n
|
||||
depends on MTD && NSH_BUILTIN_APPS & !NUTTX_KERNEL
|
||||
depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL
|
||||
---help---
|
||||
Enable support for the FLASH eraseall tool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue