Skip to content

Commit acbf1ac

Browse files
author
Arto Kinnunen
authored
Add missing function macros (ARMmbed#1897)
1 parent dae82f6 commit acbf1ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/6LoWPAN/Thread/thread_extension_bootstrap.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ int8_t thread_extension_bootstrap_network_reattach(int8_t interface_id, uint16_t
7171
#define thread_extension_bootstrap_thread_name_length_get(cur) (0)
7272
#define thread_extension_bootstrap_thread_name_ptr_get(cur) (NULL)
7373
#define thread_extension_bootstrap_network_certificate_enable(cur, coap_service_id) (NULL)
74+
#define thread_extension_bootstrap_reenrollment_start(cur, service_id, pbbr_addr) (-1)
75+
#define thread_extension_bootstrap_network_reattach(interface_id, timeout) (-1)
7476
#endif
7577

7678
#ifdef __cplusplus

0 commit comments

Comments
 (0)