Skip to content

Commit 5e6e9e6

Browse files
authored
Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-mode
remove no-fifo mode in edpt stream API
2 parents 2656c6d + 9a731e0 commit 5e6e9e6

File tree

6 files changed

+212
-217
lines changed

6 files changed

+212
-217
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
run: python3 tools/get_deps.py $BUILD_ARGS
316316

317317
- name: Build
318-
run: python3 tools/build.py -j 4 --toolchain iar $BUILD_ARGS
318+
run: python3 tools/build.py --toolchain iar $BUILD_ARGS
319319

320320
- name: Test on actual hardware (hardware in the loop)
321321
run: python3 test/hil/hil_test.py hfp.json

0 commit comments

Comments
 (0)