From 5773939193d033203f5a5a611d15fb4ee303f9e5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 17 Jun 2018 00:23:37 -0700 Subject: [PATCH] altos: Build special telelco-v0.2 with cc1200 version The one with the cc1120 isn't actually usable and all of them have been replaced with cc1200 chips. Signed-off-by: Keith Packard --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index e8008128..6bbb2a38 100644 --- a/src/Makefile +++ b/src/Makefile @@ -37,6 +37,7 @@ ARMM3DIRS=\ telegps-v1.0 telegps-v1.0/flash-loader \ telegps-v2.0 telegps-v2.0/flash-loader \ telelco-v0.2 telelco-v0.2/flash-loader \ + telelco-v0.2-cc1200 telelco-v0.2-cc1200/flash-loader \ telelco-v0.3 telelco-v0.3/flash-loader \ teledongle-v3.0 teledongle-v3.0/flash-loader \ teleballoon-v2.0 \ -- 2.30.2