mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Fix BOATLOADER_ defines typo
* Missed in review, sorry! * A-oooga I'm a boat
This commit is contained in:
parent
01788322b6
commit
45e8d74255
4 changed files with 5 additions and 5 deletions
|
@ -3339,7 +3339,7 @@ static void cliRebootEx(rebootTarget_e rebootTarget)
|
|||
break;
|
||||
#if defined(USE_FLASH_BOOT_LOADER)
|
||||
case REBOOT_TARGET_BOOTLOADER_FLASH:
|
||||
systemResetToBootloader(BOATLOADER_REQUEST_FLASH);
|
||||
systemResetToBootloader(BOOTLOADER_REQUEST_FLASH);
|
||||
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue