File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
features/nanostack/mbed-mesh-api Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 155
155
"value" : 0
156
156
},
157
157
"certificate-header" : {
158
- "help" : " Certificate header" ,
158
+ "help" : " File name of the certificate header file (used on include directive) " ,
159
159
"value" : null
160
160
},
161
161
"root-certificate" : {
Original file line number Diff line number Diff line change 29
29
#include "sw_mac.h"
30
30
#include "ws_management_api.h" //ws_management_node_init
31
31
#ifdef MBED_CONF_MBED_MESH_API_CERTIFICATE_HEADER
32
+ #if !defined(MBED_CONF_MBED_MESH_API_ROOT_CERTIFICATE ) || !defined(MBED_CONF_MBED_MESH_API_OWN_CERTIFICATE ) || \
33
+ !defined(MBED_CONF_MBED_MESH_API_OWN_CERTIFICATE_KEY )
34
+ #error Invalid Wi-SUN certificate configuration
35
+ #endif
32
36
#include MBED_CONF_MBED_MESH_API_CERTIFICATE_HEADER
33
37
#endif
34
38
You can’t perform that action at this time.
0 commit comments