1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Fix whitespace to tab

This commit is contained in:
rotcehdnih 2016-06-26 23:43:44 +10:00
parent 016886fb3d
commit c14af2506c
2 changed files with 36 additions and 34 deletions

View file

@ -23,6 +23,8 @@ targets=("PUBLISHMETA=True" \
"TARGET=SIRINFPV" \ "TARGET=SIRINFPV" \
"TARGET=X_RACERSPI") "TARGET=X_RACERSPI")
#fake a travis build environment #fake a travis build environment
export TRAVIS_BUILD_NUMBER=$(date +%s) export TRAVIS_BUILD_NUMBER=$(date +%s)
export BUILDNAME=${BUILDNAME:=fake_travis} export BUILDNAME=${BUILDNAME:=fake_travis}