mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Remove OpenPilot bootloader support.
This can be added back at a later date if required if enough code-size savings can be found, for instance, the removal of the CLI.
This commit is contained in:
parent
8402f4512a
commit
0150abf1bc
7 changed files with 1 additions and 56 deletions
|
@ -105,9 +105,3 @@ git pull
|
|||
make clean TARGET=NAZE
|
||||
make TARGET=NAZE
|
||||
```
|
||||
|
||||
Or in the case of CC3D in need of a `obj/cleanflight_CC3D.bin`
|
||||
```
|
||||
make clean TARGET=CC3D
|
||||
make TARGET=CC3D OPBL=yes
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue