Skip to content

Commit

Permalink
NRF firmware: do not download dependencies since we build with BLE=0
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Mar 29, 2019
1 parent 5a335bd commit 9bcaec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -19,7 +19,7 @@ cd $ROOT

# build nrf firmware
cd crazyflie2-nrf-firmware
tools/build/download_deps
#tools/build/download_deps
make BLE=0
cd $ROOT

Expand Down

0 comments on commit 9bcaec8

Please sign in to comment.