1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Revert "Remove OpenPilot bootloader support."

This reverts commit 0150abf1bc.

Conflicts:
	src/main/target/CC3D/target.h
This commit is contained in:
borisbstyle 2015-10-15 09:33:24 +02:00
parent e25087bbbc
commit 05dec6c21e
7 changed files with 51 additions and 11 deletions

View file

@ -105,3 +105,9 @@ 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
```