NanoStack lib for Cortex-M4
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Diff: inc/event_os/system_event.h
- Revision:
- 11:1b7aaf37a131
- Parent:
- 4:c449bead5cf3
- Child:
- 12:acef6f596835
--- a/inc/event_os/system_event.h Wed Jun 25 14:47:07 2014 +0000 +++ b/inc/event_os/system_event.h Wed Jun 25 21:05:58 2014 +0000 @@ -89,7 +89,7 @@ * * NOTE: main_initialize() function call is mandatory here. See below for an example code of EV_INIT handling: * @code - #include zip_certificates.h // ZIP test certificates + #include �zip_certificates.h� // ZIP test certificates static PL_LARGE int8_t app_udp_socket = 0; //UDP socket variable static PL_LARGE int8_t app_tcp_socket = 0; //TCP server socket variable static PL_LARGE int8_t app_tcp_socket_client = 0; //TCP client socket variable @@ -268,6 +268,9 @@ * @endcode * */ + #ifdef __cplusplus +extern "C" { +#endif #include "pl_types.h" /** @@ -379,5 +382,7 @@ * */ extern void lib_exit_critical(void); - +#ifdef __cplusplus +} +#endif #endif /*_SYSTEM_EVENT_H_*/