From a96b528987965664b9f5b641b0598a83dcbe027f Mon Sep 17 00:00:00 2001 From: Offir Kochalsky Date: Thu, 9 Aug 2018 11:50:43 +0300 Subject: [PATCH] removed mbed.h from h file --- SPIFBlockDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPIFBlockDevice.h b/SPIFBlockDevice.h index fceef50f2a..2cce398d81 100644 --- a/SPIFBlockDevice.h +++ b/SPIFBlockDevice.h @@ -16,7 +16,7 @@ #ifndef MBED_SPIF_BLOCK_DEVICE_H #define MBED_SPIF_BLOCK_DEVICE_H -#include +#include #include "BlockDevice.h"