From 5cebe43dfc09b1d3f7205ffcae8a127d3cc13fd4 Mon Sep 17 00:00:00 2001 From: Offir Kochalsky Date: Sun, 21 Oct 2018 11:50:17 +0300 Subject: [PATCH] mbed namespace removed add mbed indicator to QSPI --- .../storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h b/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h index 7b7768066c..aad4e3fb37 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h +++ b/components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h @@ -296,7 +296,7 @@ private: // Internal Members // QSPI Driver Object - QSPI _qspi; + mbed::QSPI _qspi; // Static List of different QSPI based Flash devices csel that already exist // Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance