ESP32: Add .gitignore; minor compile fixes
This commit is contained in:
parent
4a7d7e9a5a
commit
89851b7446
2
configs/esp32-core/scripts/.gitignore
vendored
Normal file
2
configs/esp32-core/scripts/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
esp32_out.ld
|
||||
|
@ -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
|
||||
****************************************************************************/
|
||||
|
@ -38,7 +38,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "esp32-core.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user