Skip to content

Commit 7d05fcb

Browse files
author
Offir Kochalsky
committed
remove mbed namespace from h file and update test
1 parent 638951a commit 7d05fcb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#include "QSPI.h"
2020
#include "BlockDevice.h"
2121

22-
namespace mbed {
23-
2422
/** Enum qspif standard error codes
2523
*
2624
* @enum qspif_bd_error
@@ -349,5 +347,4 @@ class QSPIFBlockDevice : public BlockDevice {
349347
bool _is_initialized;
350348
};
351349

352-
} //namespace mbed
353350
#endif

components/storage/blockdevice/COMPONENT_QSPIF/TESTS/block_device/qspif/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "utest.h"
1919
#include "QSPIFBlockDevice.h"
2020
#include "mbed_trace.h"
21+
#include "rtos/Thread.h"
2122
#include <stdlib.h>
2223

2324
using namespace utest::v1;

0 commit comments

Comments
 (0)