Skip to content

Commit c368021

Browse files
committed
SPIFBlockDevice.h: include SingletonPtr.h
SPIFBlockDevice was using SingletonPtr without an include, and only getting it via SPI.h. Spotted while changing SPI to not use SingletonPtr - now abandoned, but still this shouldn't have been relying on it.
1 parent 5e059b7 commit c368021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef MBED_SPIF_BLOCK_DEVICE_H
1717
#define MBED_SPIF_BLOCK_DEVICE_H
1818

19+
#include "platform/SingletonPtr.h"
1920
#include "SPI.h"
2021
#include "DigitalOut.h"
2122
#include "BlockDevice.h"

0 commit comments

Comments
 (0)