1
0
Fork 0
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:
Dominic Clifton 2015-10-12 20:44:33 +01:00
parent 8402f4512a
commit 0150abf1bc
7 changed files with 1 additions and 56 deletions

View file

@ -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
```