ESP32: Add .gitignore; minor compile fixes

This commit is contained in:
Gregory Nutt 2016-10-18 13:13:11 -06:00
parent 4a7d7e9a5a
commit 89851b7446
3 changed files with 4 additions and 5 deletions

2
configs/esp32-core/scripts/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
esp32_out.ld

View File

@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/board.h>
#include "esp32_core.h"
@ -49,10 +50,6 @@
* Pre-processor Definitions
****************************************************************************/
#ifndef OK
# define OK 0
#endif
/****************************************************************************
* Public Functions
****************************************************************************/

View File

@ -38,7 +38,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
#include "esp32-core.h"
/****************************************************************************