1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Fixed FLASH boot loader option.

This commit is contained in:
mikeller 2019-06-27 01:57:56 +12:00
parent db2e69047e
commit 0e35163ed2
6 changed files with 13 additions and 13 deletions

View file

@ -281,7 +281,7 @@ static void mspRebootFn(serialPort_t *serialPort)
#endif
#if defined(USE_FLASH_BOOT_LOADER)
case MSP_REBOOT_BOOTLOADER_FLASH:
systemResetToBootloader(BOOTLOADER_REQUEST_FLASH);
systemResetToBootloader(BOATLOADER_REQUEST_FLASH);
break;
#endif