Update include paths to SFDP.h

pull/13917/head
Lingkai Dong 2020-11-18 13:49:20 +00:00
parent 5d2fbdc11e
commit 23702ff2b3
7 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@
#define MBED_OSPIF_BLOCK_DEVICE_H
#include "drivers/OSPI.h"
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "blockdevice/BlockDevice.h"
#include "platform/Callback.h"

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "platform/Callback.h"
#include "OSPIFBlockDevice.h"
#include <string.h>

View File

@ -18,7 +18,7 @@
#define MBED_QSPIF_BLOCK_DEVICE_H
#include "drivers/QSPI.h"
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "blockdevice/BlockDevice.h"
#include "platform/Callback.h"

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "platform/Callback.h"
#include "QSPIFBlockDevice.h"
#include <string.h>

View File

@ -20,7 +20,7 @@
#include "platform/SingletonPtr.h"
#include "drivers/SPI.h"
#include "drivers/DigitalOut.h"
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "blockdevice/BlockDevice.h"
#ifndef MBED_CONF_SPIF_DRIVER_SPI_MOSI

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#include "SPIFBlockDevice.h"
#include "rtos/ThisThread.h"
#include "mbed_critical.h"

View File

@ -22,7 +22,7 @@
#include <string.h>
#include "platform/mbed_error.h"
#include "drivers/internal/SFDP.h"
#include "blockdevice/internal/SFDP.h"
#if (DEVICE_SPI || DEVICE_QSPI || DEVICE_OSPI)