added standalone configuration to main firmware project so it can be developed and tested without the bootloader
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user