NanoStack lib for Cortex-M4
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Diff: inc/event_os/system_event.h
- Revision:
- 12:acef6f596835
- Parent:
- 11:1b7aaf37a131
diff -r 1b7aaf37a131 -r acef6f596835 inc/event_os/system_event.h --- a/inc/event_os/system_event.h Wed Jun 25 21:05:58 2014 +0000 +++ b/inc/event_os/system_event.h Mon Jun 30 12:04:13 2014 +0300 @@ -3,6 +3,10 @@ /* * Copyright ARM Ltd 2014 */ + + #ifdef __cplusplus +extern "C" { +#endif /** * \file system_event.h @@ -89,7 +93,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,9 +272,6 @@ * @endcode * */ - #ifdef __cplusplus -extern "C" { -#endif #include "pl_types.h" /** @@ -385,4 +386,5 @@ #ifdef __cplusplus } #endif + #endif /*_SYSTEM_EVENT_H_*/