Skip to content

Commit 5cebe43

Browse files
author
Offir Kochalsky
committed
mbed namespace removed add mbed indicator to QSPI
1 parent 7d05fcb commit 5cebe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class QSPIFBlockDevice : public BlockDevice {
296296
// Internal Members
297297

298298
// QSPI Driver Object
299-
QSPI _qspi;
299+
mbed::QSPI _qspi;
300300

301301
// Static List of different QSPI based Flash devices csel that already exist
302302
// Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance

0 commit comments

Comments
 (0)