From e8557905d458ebfd0f6fdb86db8d5a847e2dac31 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 30 May 2023 13:01:55 +0200 Subject: [PATCH] Fixed error in makefile --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index ac1d088..5121a38 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -6,8 +6,8 @@ all: pio run && pio run -t compiledb clean: - pio run --t clean + pio run -t clean upload: - pio run --t upload + pio run -t upload