Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
3:a59c8d77006b
Parent:
2:e0cdfa7d2a8b
Child:
4:23cb73bb11b3
--- a/cup.h	Wed Oct 26 11:41:24 2016 +0000
+++ b/cup.h	Wed Oct 26 14:13:58 2016 +0000
@@ -100,7 +100,7 @@
     
     CUP_Archive(void);
     
-    void start_update(uint32_t src_offset);
+    void start_update(uint32_t src_offset, uint32_t max_size);
 };
     
     
\ No newline at end of file