mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
boatloader typo fix
This commit is contained in:
parent
23ca254277
commit
9fa5cf40d2
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue