remove mbed namespace from h file and update test

pull/8352/head
Offir Kochalsky 2018-10-21 10:29:03 +03:00
parent 638951aa86
commit 7d05fcb788
2 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,6 @@
#include "QSPI.h"
#include "BlockDevice.h"
namespace mbed {
/** Enum qspif standard error codes
*
* @enum qspif_bd_error
@ -349,5 +347,4 @@ private:
bool _is_initialized;
};
} //namespace mbed
#endif

View File

@ -18,6 +18,7 @@
#include "utest.h"
#include "QSPIFBlockDevice.h"
#include "mbed_trace.h"
#include "rtos/Thread.h"
#include <stdlib.h>
using namespace utest::v1;