From 8f1fd935e69c5e303466b2be80bff77f556dead5 Mon Sep 17 00:00:00 2001 From: Elwin Date: Mon, 24 Jun 2024 13:17:55 +0200 Subject: Cmake fix and working vault code with pbdrv impl. --- puzzle/vault/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'puzzle/vault/makefile') diff --git a/puzzle/vault/makefile b/puzzle/vault/makefile index e22f546..f33ca7e 100644 --- a/puzzle/vault/makefile +++ b/puzzle/vault/makefile @@ -2,7 +2,7 @@ TARGET = $(BUILD_DIR)/main.elf include ../../lazy.mk -export SERIAL_PORT ?= /dev/ttyACM0 +export SERIAL_PORT ?= /dev/ttyUSB0 flash: upload; -upload-main: $(TARGET) +upload: $(TARGET) -- cgit v1.2.3