Skip to content

Commit 3681a87

Browse files
committed
Restruture device_key
Restructure device_key to have * include/device_key - header * source - source file * tests/TESTS - Greentea test
1 parent ccacd5c commit 3681a87

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

drivers/device_key/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ To instantiate DeviceKey, you need to call its `get_instance` member function as
4242
Run the DeviceKey functionality test with the `mbed` command as follows:
4343

4444
```
45-
```mbed test -n features-device_key-tests-device_key-functionality```
45+
```mbed test -n drivers-device_key-tests-tests-device_key-functionality```
4646
```

storage/kvstore/securestore/include/securestore/SecureStore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include MBEDTLS_CONFIG_FILE
2424
#endif
2525

26-
#include "features/device_key/source/DeviceKey.h"
26+
#include "device_key/DeviceKey.h"
2727

2828
#define SECURESTORE_ENABLED 1
2929

0 commit comments

Comments
 (0)