Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
14:450dd9a72336
Parent:
13:c3324b26d473
Child:
15:24434827c575
--- a/bin.h	Wed Jan 11 11:44:05 2017 +0000
+++ b/bin.h	Fri Feb 03 11:36:50 2017 +0000
@@ -1,11 +1,11 @@
 
-//#define __PLATFORM_SH1030__
-#define __PLATFORM_SH1001__
+//#define __PLATFORM_SH2030__
+#define __PLATFORM_SH2001__
 
-#if defined(__PLATFORM_SH1030__)
-    // Platform SH1030
-    #include "bin_SH1030.h"
-#elif defined(__PLATFORM_SH1001__)
-    // Platform SH1001
-    #include "bin_SH1001.h"
+#if defined(__PLATFORM_SH2030__)
+    // Platform SH2030
+    #include "bin_SH2030.h"
+#elif defined(__PLATFORM_SH2001__)
+    // Platform SH2001
+    #include "bin_SH2001.h"
 #endif
\ No newline at end of file