WizziLab / Mbed OS D7A_WM_Updater

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
7:5b8648784381
Parent:
5:ac38f09fd179
Child:
8:914b7aff5554
--- a/bin.h	Thu Nov 03 11:26:12 2016 +0000
+++ b/bin.h	Thu Nov 10 15:45:16 2016 +0000
@@ -1,15 +1,11 @@
 
-#if 1
+//#define __PLATFORM_SH1030__
+#define __PLATFORM_SH1001__
+
+#if defined(__PLATFORM_SH1030__)
     // Platform SH1030
     #include "bin_SH1030.h"
-    #define PLATFORM_HW_VERSION         0x04203001
-#else
+#elif defined(__PLATFORM_SH1001__)
     // Platform SH1001
     #include "bin_SH1001.h"
-    #define PLATFORM_HW_VERSION         0x00200101
-#endif
-
-#define PLATFORM_MANUFACTURER_ID        0x01BC50C7
-#define PLATFORM_DEVICE_ID              0x00001001
-
-extern const uint8_t const cup_data[CUP_DATA_SIZE];
+#endif
\ No newline at end of file