Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217
Diff: alp_helpers.h
- Revision:
- 11:a077da5fe68f
- Parent:
- 0:027760f45e2c
--- a/alp_helpers.h Wed May 17 15:53:01 2017 +0000 +++ b/alp_helpers.h Tue Jul 18 15:16:18 2017 +0000 @@ -51,7 +51,6 @@ #define __ALP_HELPERS_H__ #include "hal_types.h" - //====================================================================== //====================================================================== // ALP Helpers @@ -136,5 +135,6 @@ //====================================================================== public int alp_parse_chunk(u8** payload, alp_parsed_chunk_t* resp); + + #endif // __ALP_HELPERS_H__ -