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:
Roy Feng 2023-07-21 16:22:30 +08:00 committed by Xiang Xiao
parent 3fa86f83b7
commit 3c63b9b646
4 changed files with 0 additions and 5 deletions

View File

@ -32,7 +32,6 @@
#include <nuttx/sensors/bmp180.h>
#include "esp32s3_i2c.h"
#include "esp32s3-devkit.h"
/****************************************************************************
* Public Functions

View File

@ -31,7 +31,6 @@
#include <nuttx/i2c/i2c_master.h>
#include "esp32s3_i2c.h"
#include "esp32s3-devkit.h"
/****************************************************************************
* Public Functions

View File

@ -44,7 +44,6 @@
#include "esp32s3_spiflash.h"
#include "esp32s3_spiflash_mtd.h"
#include "esp32s3-devkit.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -31,8 +31,6 @@
#include "esp32s3_wdt_lowerhalf.h"
#include "esp32s3_wdt.h"
#include "esp32s3-devkit.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/