diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ all: $(TARGET) .PHONY: $(TARGET) upload clean monitor $(TARGET): - $(PIO) run + $(PIO) run -v $(PIO) run --target compiledb upload: |
index : gyronardo | ||
Gyroscope HID with the Arduino Leonardo |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -7,7 +7,7 @@ all: $(TARGET) .PHONY: $(TARGET) upload clean monitor $(TARGET): - $(PIO) run + $(PIO) run -v $(PIO) run --target compiledb upload: |