add to bootloader

This commit is contained in:
Conor Patrick
2019-05-09 02:44:17 -04:00
parent 60e3d01e0d
commit aca28fde61
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ int main()
init_debug_uart();
#endif
device_init_button();
printf1(TAG_GEN,"init device\n");
t1 = millis();