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
View File
@@ -0,0 +1,2 @@
esp32_out.ld
+1 -4
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
****************************************************************************/
+1 -1
View File
@@ -38,7 +38,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
#include "esp32-core.h"
/****************************************************************************