From 01f5c1d455c77670040408bccc1ca4c81b73603d Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 9 May 2020 12:57:11 +0200 Subject: [PATCH] machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flashing Signed-off-by: deadprogram --- targets/arduino-nano33.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/arduino-nano33.json b/targets/arduino-nano33.json index 5313562c..fe41338e 100644 --- a/targets/arduino-nano33.json +++ b/targets/arduino-nano33.json @@ -1,6 +1,6 @@ { "inherits": ["atsamd21g18a"], "build-tags": ["sam", "atsamd21g18a", "arduino_nano33"], - "flash-command": "bossac -d -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", + "flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", "flash-1200-bps-reset": "true" }