Skip to content

Commit dd01b31

Browse files
committed
AutoBenchmark/Makefile: Change --upmon_delay to --delay
1 parent b552efa commit dd01b31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/AutoBenchmark/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ micro.txt:
3232
$(AUNITER_DIR)/auniter.sh --ide upmon -o $@ --eof END micro:ACM0
3333

3434
samd21.txt:
35-
$(AUNITER_DIR)/auniter.sh --cli --upmon_delay 1 upmon -o $@ \
36-
--eof END xiao:ACM0
35+
$(AUNITER_DIR)/auniter.sh --cli upmon --delay 1 -o $@ --eof END xiao:ACM0
3736

3837
# STM32 no longer works with CLI due to
3938
# https://github.com/arduino/arduino-cli/issues/1444. Use IDE instead.

0 commit comments

Comments
 (0)