ESP32s3:Do not include specfic board in commom
board/esp32s3/common is for common board driver. It should not include a header file from specific board. so remove include of esp32s3-devkit.h from some of the common driver source
This commit is contained in:
parent
3fa86f83b7
commit
3c63b9b646
@ -32,7 +32,6 @@
|
||||
#include <nuttx/sensors/bmp180.h>
|
||||
|
||||
#include "esp32s3_i2c.h"
|
||||
#include "esp32s3-devkit.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <nuttx/i2c/i2c_master.h>
|
||||
|
||||
#include "esp32s3_i2c.h"
|
||||
#include "esp32s3-devkit.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
@ -44,7 +44,6 @@
|
||||
|
||||
#include "esp32s3_spiflash.h"
|
||||
#include "esp32s3_spiflash_mtd.h"
|
||||
#include "esp32s3-devkit.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -31,8 +31,6 @@
|
||||
#include "esp32s3_wdt_lowerhalf.h"
|
||||
#include "esp32s3_wdt.h"
|
||||
|
||||
#include "esp32s3-devkit.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user