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: include/modem_ref.h
- Revision:
- 35:ac940cf8ebe6
- Parent:
- 32:0d95f66f654a
- Child:
- 37:f5424d109c6d
--- a/include/modem_ref.h Wed Aug 29 15:30:30 2018 +0000 +++ b/include/modem_ref.h Thu Sep 06 10:41:51 2018 +0000 @@ -190,8 +190,6 @@ //---------------------------------------------------------------------- /// @brief Called when Unsollicited Data is received by the Modem (i.e. /// peer notifications etc). -/// When available/requested, ISTATUS data corresponding to this -/// reception are given as well. /// @param data : Pointer to the data buffer /// @param length : Data Size in bytes //====================================================================== @@ -509,6 +507,7 @@ #define FID_WM_HWCFG 69 #define FID_WM_CTRL 70 #define FID_WM_LED_CFG 71 +#define FID_WM_DEBUG 72 // LORAWAN "ITFs" #define FID_LWAN_ITF0 98 @@ -519,12 +518,12 @@ #define FID_ACTP_RPT_PART 101 // Reserved -#define FID_RESERVED_102 102 -#define FID_RESERVED_103 103 -#define FID_RESERVED_104 104 -#define FID_RESERVED_105 105 -#define FID_RESERVED_106 106 -#define FID_RESERVED_107 107 +#define FID_RESERVED_102 102 +#define FID_RESERVED_103 103 +#define FID_RESERVED_104 104 +#define FID_RESERVED_105 105 +#define FID_RESERVED_106 106 +#define FID_RESERVED_107 107 // Interface files #define IFID_ONESHOT_HOST 108