Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
60:8d4133fbc060
Parent:
59:b42eae56b51b
Child:
61:87be16080640
diff -r b42eae56b51b -r 8d4133fbc060 include/d7a.h
--- a/include/d7a.h	Fri Sep 23 15:00:41 2016 +0000
+++ b/include/d7a.h	Mon Sep 26 12:42:32 2016 +0000
@@ -539,8 +539,21 @@
                         const uint32_t offset = 0, 
                         const uint32_t size = 0);
 
+//======================================================================
+// d7a_free_msg
+//----------------------------------------------------------------------
+/// @brief                      Free the modem infos
+/// @param msg                  message to free
+//======================================================================
+void d7a_free_msg(d7a_msg_t** msg);
 
-void d7a_free_msg(d7a_msg_t** msg);
+//======================================================================
+// d7a_print_msg
+//----------------------------------------------------------------------
+/// @brief                      Prints the message
+/// @param msg                  message to print
+//======================================================================
+void d7a_print_msg(d7a_msg_t** msg);
 
 //======================================================================
 // d7a_modem_print_infos