Helper library to use modem_ref driver.

Dependencies:   WizziCom WizziDebug ram_fs modem_ref

Dependents:   D7A_Localisation D7A_1x_demo_send_file_data_and_forget D7A_1x_demo_CodeUpgradeProtocol D7A_1x_demo_LoRaWAN ... more

Revision:
38:0263914280b7
Parent:
29:5815b6886bbe
Child:
43:90c9221c1430
--- a/modem_ref_helper.h	Thu Sep 20 09:36:47 2018 +0000
+++ b/modem_ref_helper.h	Fri Sep 21 14:28:10 2018 +0000
@@ -9,16 +9,17 @@
 #include "hwcfg.h"
 #include "ram_fs.h"
 
-#include "revision.h"
-#include "alp_spec.h"
+#include "alp.h"
+#include "alp_fs.h"
 #include "alp_helpers.h"
-#include "modem_ref.h"
-#include "kal_fs.h"
+#include "alp_lwan.h"
+#include "alp_spec.h"
 #include "d7a_1x.h"
 #include "d7a_1x_fs.h"
-#include "alp.h"
-#include "alp_lwan.h"
-#include "alp_fs.h"
+#include "kal_fs.h"
+#include "kal_math.h"
+#include "modem_ref.h"
+#include "revision.h"
 
 
 #define D7A_CTF_VAL(mant,exp)       ((uint8_t)(mant|(exp<<5)))