commit
b03f4ef0b2
|
@ -280,7 +280,7 @@ static void mspRebootFn(serialPort_t *serialPort)
|
|||
#endif
|
||||
#if defined(USE_FLASH_BOOT_LOADER)
|
||||
case MSP_REBOOT_BOOTLOADER_FLASH:
|
||||
systemResetToBootloader(BOATLOADER_REQUEST_FLASH);
|
||||
systemResetToBootloader(BOOTLOADER_REQUEST_FLASH);
|
||||
|
||||
break;
|
||||
#endif
|
||||
|
|
|
@ -452,7 +452,7 @@ static void mspProcessPendingRequest(mspPort_t * mspPort)
|
|||
break;
|
||||
#if defined(USE_FLASH_BOOT_LOADER)
|
||||
case MSP_PENDING_BOOTLOADER_FLASH:
|
||||
systemResetToBootloader(BOATLOADER_REQUEST_FLASH);
|
||||
systemResetToBootloader(BOOTLOADER_REQUEST_FLASH);
|
||||
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue