mirror of https://github.com/ARMmbed/mbed-os.git
mbed namespace removed add mbed indicator to QSPI
parent
7d05fcb788
commit
5cebe43dfc
|
@ -296,7 +296,7 @@ private:
|
||||||
// Internal Members
|
// Internal Members
|
||||||
|
|
||||||
// QSPI Driver Object
|
// QSPI Driver Object
|
||||||
QSPI _qspi;
|
mbed::QSPI _qspi;
|
||||||
|
|
||||||
// Static List of different QSPI based Flash devices csel that already exist
|
// Static List of different QSPI based Flash devices csel that already exist
|
||||||
// Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance
|
// Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance
|
||||||
|
|
Loading…
Reference in New Issue