updates chibios configuration for f303

This commit is contained in:
Jack Humbert
2017-07-20 00:35:54 -04:00
committed by skullY
parent 95d73bff77
commit ddb8df99a1
6 changed files with 38 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ void bootloader_jump(void) {
#else /* defined(KIIBOHD_BOOTLOADER) */
/* Default for Kinetis - expecting an ARM Teensy */
void bootloader_jump(void) {
chThdSleepMilliseconds(100);
wait_ms(100);
__BKPT(0);
}
#endif /* defined(KIIBOHD_BOOTLOADER) */