From fb5ebe9eaae5f90ca3358fed94fc2611f3661b9a Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 30 Mar 2022 13:16:39 -0700 Subject: Testing temporal event resolution --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 66a9d3b..b8af1ca 100644 --- a/Common.mk +++ b/Common.mk @@ -140,6 +140,6 @@ test: clean build/kernel.elf @./tests/run.sh copy: clean build/kernel7.img - sudo mount /mnt/sd0 + sudo mount $(DISK) /mnt/sd0 sudo cp build/kernel7.img /mnt/sd0 sudo umount /mnt/sd0 -- cgit v1.2.1