From 1e1a84e9ea21ef6037a2127098499e294d293fa8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 23 Jun 2020 16:17:03 -0700 Subject: [PATCH] altos: Micropeak v2.0 doesn't have a flash loader anymore The current version doesn't have USB, so the existing flash loader protocol won't work anyways. Signed-off-by: Keith Packard --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7d683d8c..3443ec8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,7 +49,7 @@ ARMM0DIRS=\ chaoskey-v1.0 chaoskey-v1.0/flash-loader \ telemini-v3.0 telemini-v3.0/flash-loader \ easymini-v2.0 easymini-v2.0/flash-loader \ - micropeak-v2.0 micropeak-v2.0/flash-loader + micropeak-v2.0 AVRDIRS=\ micropeak microkite microsplash -- 2.30.2