Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
15:24434827c575
Parent:
14:450dd9a72336
Child:
17:05c9ec970a6d
--- a/bin.h	Fri Feb 03 11:36:50 2017 +0000
+++ b/bin.h	Fri Mar 10 16:01:27 2017 +0000
@@ -2,10 +2,13 @@
 //#define __PLATFORM_SH2030__
 #define __PLATFORM_SH2001__
 
+
 #if defined(__PLATFORM_SH2030__)
     // Platform SH2030
     #include "bin_SH2030.h"
+    #include "bootloader_SH2030.h"
 #elif defined(__PLATFORM_SH2001__)
     // Platform SH2001
     #include "bin_SH2001.h"
+    #include "bootloader_SH2001.h"
 #endif
\ No newline at end of file