From cc9ec128babaf7f2be0d000feee872ed8a5373c0 Mon Sep 17 00:00:00 2001 From: Offir Kochalsky Date: Sun, 19 Aug 2018 11:51:50 +0300 Subject: [PATCH] Include DigitalOut.h instead of mbed.h --- SPIFBlockDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPIFBlockDevice.h b/SPIFBlockDevice.h index 0292082fa3..5290cee494 100644 --- a/SPIFBlockDevice.h +++ b/SPIFBlockDevice.h @@ -16,8 +16,8 @@ #ifndef MBED_SPIF_BLOCK_DEVICE_H #define MBED_SPIF_BLOCK_DEVICE_H -#include -#include +#include "SPI.h" +#include "DigitalOut.h" #include "BlockDevice.h" namespace mbed {