Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed May 25, 2022
1 parent 3cdae58 commit fccfc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InfiniTime
2 changes: 1 addition & 1 deletion scripts/build_infinitime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd build

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"
if [ "$TARGET" = "pinetime" ]; then
cmake -DDRIVER_TOUCH=DYNAMIC -DTARGET_DEVICE=PINETIME -DLF_CLK=XTAL -DDRIVER_ACC=BMA421 $COMMON_OPTIONS ..
cmake -DTARGET_DEVICE=PINETIME $COMMON_OPTIONS ..
elif [ "$TARGET" = "p8" ] || [ "$TARGET" = "p8b" ]; then
cmake -DTARGET_DEVICE=P8B $COMMON_OPTIONS ..
elif [ "$TARGET" = "p8a" ]; then
Expand Down

0 comments on commit fccfc44

Please sign in to comment.