mirror of https://github.com/ARMmbed/mbed-os.git
Include DigitalOut.h instead of mbed.h
parent
4cd9132db8
commit
cc9ec128ba
|
@ -16,8 +16,8 @@
|
||||||
#ifndef MBED_SPIF_BLOCK_DEVICE_H
|
#ifndef MBED_SPIF_BLOCK_DEVICE_H
|
||||||
#define MBED_SPIF_BLOCK_DEVICE_H
|
#define MBED_SPIF_BLOCK_DEVICE_H
|
||||||
|
|
||||||
#include <mbed.h>
|
#include "SPI.h"
|
||||||
#include <SPI.h>
|
#include "DigitalOut.h"
|
||||||
#include "BlockDevice.h"
|
#include "BlockDevice.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
Loading…
Reference in New Issue