We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b552efa commit dd01b31Copy full SHA for dd01b31
examples/AutoBenchmark/Makefile
@@ -32,8 +32,7 @@ micro.txt:
32
$(AUNITER_DIR)/auniter.sh --ide upmon -o $@ --eof END micro:ACM0
33
34
samd21.txt:
35
- $(AUNITER_DIR)/auniter.sh --cli --upmon_delay 1 upmon -o $@ \
36
- --eof END xiao:ACM0
+ $(AUNITER_DIR)/auniter.sh --cli upmon --delay 1 -o $@ --eof END xiao:ACM0
37
38
# STM32 no longer works with CLI due to
39
# https://github.com/arduino/arduino-cli/issues/1444. Use IDE instead.
0 commit comments