added standalone configuration to main firmware project so it can be developed and tested without the bootloader

This commit is contained in:
2019-08-09 15:44:55 -04:00
parent 9ad963acb3
commit a759e427fb
3 changed files with 183 additions and 3 deletions

View File

@@ -26,7 +26,10 @@
#include "padhal.h"
#include "dancepad.h"
#ifdef LINK_FOR_BOOTLOADER
// only define this if building fw to be used with the bootloader
const unsigned int VersionWord __at(0x1416) = 0x0100;
#endif
void main(void)
{