Skip to content

Commit dde89c4

Browse files
committed
This commit has the following changes:
- flush3.cpp recoding to remove code under license. - removal of use of mbed-drivers/mbed.h in #include directives. - reinstatement of trace macro in example1.cpp. - correction of logging variables in configuration_store.cpp.
1 parent 04293c8 commit dde89c4

File tree

4 files changed

+342
-435
lines changed

4 files changed

+342
-435
lines changed

features/storage/TESTS/cfstore/example1/example1.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
*/
5555
#if defined __MBED__ && ! defined TOOLCHAIN_GCC_ARM
5656

57-
58-
#include "mbed-drivers/mbed.h"
57+
#include "mbed.h"
5958
#include "cfstore_config.h"
6059
#include "Driver_Common.h"
6160
#include "cfstore_debug.h"
@@ -159,14 +158,12 @@ using namespace utest::v1;
159158
} \
160159
}while(0);
161160

162-
/* todo: re-instate 20160704: arm testing*/
163161
#define CFSTORE_EX1_LOG(_fmt, ...) \
164162
do \
165163
{ \
166164
printf(_fmt, __VA_ARGS__); \
167165
}while(0);
168166

169-
//#define CFSTORE_EX1_LOG(_fmt, ...) do{}while(0);
170167

171168
const char* cfstore_ex_opcode_str[] =
172169
{

features/storage/TESTS/cfstore/flush/flush.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#if defined __MBED__ && ! defined TOOLCHAIN_GCC_ARM
2121

2222

23-
#include "mbed-drivers/mbed.h"
23+
#include "mbed.h"
2424
#include "cfstore_config.h"
2525
#include "Driver_Common.h"
2626
#include "cfstore_debug.h"

0 commit comments

Comments
 (0)