Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

bin.h

Committer:
Jeej
Date:
2017-03-10
Revision:
15:24434827c575
Parent:
14:450dd9a72336
Child:
17:05c9ec970a6d

File content as of revision 15:24434827c575:


//#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