1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Add booting into the flash boot loader as an option.

This commit is contained in:
mikeller 2019-06-15 19:47:47 +12:00
parent de60402840
commit 5cf42f40b6
14 changed files with 180 additions and 111 deletions

View file

@ -202,7 +202,7 @@ void failureMode(failureMode_e mode)
#ifdef DEBUG
systemReset();
#else
systemResetToBootloader();
systemResetToBootloader(BOOTLOADER_REQUEST_ROM);
#endif
}