mirror of https://github.com/ARMmbed/mbed-os.git
Restruture device_key
Restructure device_key to have * include/device_key - header * source - source file * tests/TESTS - Greentea testpull/13433/head
parent
ccacd5caf6
commit
3681a874e6
|
@ -42,5 +42,5 @@ To instantiate DeviceKey, you need to call its `get_instance` member function as
|
|||
Run the DeviceKey functionality test with the `mbed` command as follows:
|
||||
|
||||
```
|
||||
```mbed test -n features-device_key-tests-device_key-functionality```
|
||||
```mbed test -n drivers-device_key-tests-tests-device_key-functionality```
|
||||
```
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#include "features/device_key/source/DeviceKey.h"
|
||||
#include "device_key/DeviceKey.h"
|
||||
|
||||
#define SECURESTORE_ENABLED 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue