1
0
Fork 0

update for infinity

This commit is contained in:
Jack Humbert 2017-03-15 10:57:24 -04:00 committed by GitHub
parent ec9210959f
commit 2e34d4bd85

View file

@ -170,7 +170,7 @@ void action_function(keyrecord_t *event, uint8_t id, uint8_t opt)
if (id == TEENSY_KEY) {
clear_keyboard();
print("\n\nJump to bootloader... ");
_delay_ms(250);
wait_ms(250);
bootloader_jump(); // should not return
print("not supported.\n");
}