mirror of https://github.com/ARMmbed/mbed-os.git
Update include paths to SFDP.h
parent
5d2fbdc11e
commit
23702ff2b3
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue