Dash7Board Code Upgrade Protocol demonstration code.

Dependencies:   modem_ref_helper CRC

Revision:
8:6b7d38139b43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cup_app.h	Thu May 28 09:11:58 2020 +0000
@@ -0,0 +1,7 @@
+#ifndef __CUP_APP_H__
+#define __CUP_APP_H__
+
+uint8_t cup_cfg_bcast_init(void);
+uint8_t cup_cfg_bcast_update(uint32_t offset, uint32_t plen);
+
+#endif // __CUP_APP_H__
\ No newline at end of file