We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d05fcb commit 5cebe43Copy full SHA for 5cebe43
components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h
@@ -296,7 +296,7 @@ class QSPIFBlockDevice : public BlockDevice {
296
// Internal Members
297
298
// QSPI Driver Object
299
- QSPI _qspi;
+ mbed::QSPI _qspi;
300
301
// Static List of different QSPI based Flash devices csel that already exist
302
// Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance
0 commit comments