Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

bin.h

Committer:
Jeej
Date:
2018-03-05
Revision:
27:25be84b17eec
Parent:
26:7fc24677a950
Child:
28:5c9c420c666e

File content as of revision 27:25be84b17eec:


#define __PLATFORM_SH2030__
//#define __PLATFORM_SH2001__
//#define __PLATFORM_SH2050__


#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"
#elif defined(__PLATFORM_SH2050__)
    // Platform SH2050
    #include "bin_SH2050.h"
    #include "bootloader_SH2050.h"
#endif