1
0
Fork 0
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:
Dominic Clifton 2015-04-22 17:12:27 +02:00
commit f1f9c1ac02

View file

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