mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #794 from Petfrogg/master
In order to make a CC3D.bin you need to add OPBL=yes.
This commit is contained in:
commit
f1f9c1ac02
1 changed files with 6 additions and 0 deletions
|
@ -107,3 +107,9 @@ git pull
|
||||||
make clean TARGET=NAZE
|
make clean TARGET=NAZE
|
||||||
make 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