Skip to content

Commit 2069314

Browse files
committed
Fixing build failure
1 parent 2e5f89b commit 2069314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/b-parasite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
sample-dir: code/nrf-connect/samples/ble
8787
board: bparasite_${{ matrix.soc }}
8888
revision: ${{ matrix.revision }}
89-
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
89+
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_MSEC=1000 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
9090
output-bin: ble_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex
9191

9292
build-zigbee:

0 commit comments

Comments
 (0)