In order to make a CC3D.bin you need to add OPBL=yes.

This commit is contained in:
Jonas Harnesk 2015-04-20 14:03:44 +02:00
parent ebd5475a55
commit f955c3aad0
1 changed files with 9 additions and 0 deletions

View File

@ -107,3 +107,12 @@ git pull
make clean TARGET=NAZE
make TARGET=NAZE
```
Or in the case of CC3D in need of a `obj/cleanflight_CC3D.bin`
```
git reset --hard
git pull
make clean TARGET=CC3D
make TARGET=CC3D OPBL=yes
```