mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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
|
@ -52,7 +52,7 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
BOOTLOADER_REQUEST_ROM,
|
||||
BOATLOADER_REQUEST_FLASH,
|
||||
BOOTLOADER_REQUEST_FLASH,
|
||||
} bootloaderRequestType_e;
|
||||
|
||||
// failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue