Skip to content

Commit fccfc44

Browse files
committed
Update submodule
1 parent 3cdae58 commit fccfc44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

InfiniTime

scripts/build_infinitime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd build
1010

1111
COMMON_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DARM_NONE_EABI_TOOLCHAIN_PATH=/usr -DNRF5_SDK_PATH=/opt/nrf5-sdk -DUSE_JLINK=1 -DNRFJPROG=/usr/bin/nrfjprog -DBUILD_DFU=1"
1212
if [ "$TARGET" = "pinetime" ]; then
13-
cmake -DDRIVER_TOUCH=DYNAMIC -DTARGET_DEVICE=PINETIME -DLF_CLK=XTAL -DDRIVER_ACC=BMA421 $COMMON_OPTIONS ..
13+
cmake -DTARGET_DEVICE=PINETIME $COMMON_OPTIONS ..
1414
elif [ "$TARGET" = "p8" ] || [ "$TARGET" = "p8b" ]; then
1515
cmake -DTARGET_DEVICE=P8B $COMMON_OPTIONS ..
1616
elif [ "$TARGET" = "p8a" ]; then

0 commit comments

Comments
 (0)