removed mbed.h from h file

pull/7774/head
Offir Kochalsky 2018-08-09 11:50:43 +03:00
parent 39a918e5d0
commit a96b528987
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#ifndef MBED_SPIF_BLOCK_DEVICE_H
#define MBED_SPIF_BLOCK_DEVICE_H
#include <mbed.h>
#include <SPI.h>
#include "BlockDevice.h"