Skip to content

Commit

Permalink
Add missing function macros (ARMmbed#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arto Kinnunen authored Nov 5, 2018
1 parent dae82f6 commit acbf1ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/6LoWPAN/Thread/thread_extension_bootstrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ int8_t thread_extension_bootstrap_network_reattach(int8_t interface_id, uint16_t
#define thread_extension_bootstrap_thread_name_length_get(cur) (0)
#define thread_extension_bootstrap_thread_name_ptr_get(cur) (NULL)
#define thread_extension_bootstrap_network_certificate_enable(cur, coap_service_id) (NULL)
#define thread_extension_bootstrap_reenrollment_start(cur, service_id, pbbr_addr) (-1)
#define thread_extension_bootstrap_network_reattach(interface_id, timeout) (-1)
#endif

#ifdef __cplusplus
Expand Down

0 comments on commit acbf1ac

Please sign in to comment.