Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
26:7fc24677a950
Parent:
22:f2b01e5e087e
--- a/cup.h	Fri Oct 20 13:35:45 2017 +0000
+++ b/cup.h	Mon Jan 29 18:08:31 2018 +0000
@@ -64,12 +64,10 @@
     uint32_t mfg_id;
     uint32_t dev_id;
     uint32_t hw_id;
-    uint8_t fw_id;
     uint8_t fw_major;
     uint8_t fw_minor;
     uint16_t fw_patch;
     uint32_t fw_hash;
-    uint8_t target_fw_id;
     uint8_t target_fw_major;
     uint8_t target_fw_minor;
 } cup_param_t;