Skip to content

Commit

Permalink
Removed PPM_UNIT from remaining places
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Jan 23, 2025
1 parent 235cf4f commit 4706422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/build-flysky.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"LUA": "NO",
"LUA_COMPILER": "NO",
"DISABLE_COMPANION": "YES",
"PPM_UNIT": "PERCENT_PREC1",
"USB_MSD": "YES",
"USB_SERIAL": "YES",
"PCBI6X_ELRS": "YES",
Expand Down
2 changes: 1 addition & 1 deletion tools/commit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fi
if [[ " X9E X9 ALL " =~ " ${FLAVOR} " ]] ; then
# OpenTX on Taranis X9E
rm -rf *
cmake ${COMMON_OPTIONS} -DPCB=X9E -DHELI=YES -DLUA=YES -DGVARS=YES -DPPM_UNIT=PERCENT_PREC1 ${SRCDIR}
cmake ${COMMON_OPTIONS} -DPCB=X9E -DHELI=YES -DLUA=YES -DGVARS=YES ${SRCDIR}
make -j${CORES} ${FIRMARE_TARGET}
make -j${CORES} libsimulator
make -j${CORES} gtests ; ./gtests ${TEST_OPTIONS}
Expand Down

0 comments on commit 4706422

Please sign in to comment.