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

boatloader typo fix

This commit is contained in:
TheIsotopes 2019-06-29 08:56:56 +02:00 committed by GitHub
parent 23ca254277
commit 9fa5cf40d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(BOATLOADER_REQUEST_FLASH);
systemResetToBootloader(BOOTLOADER_REQUEST_FLASH);
break;
#endif