From 7faafb63d9d4959b796504e04e0a54f47d020f33 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 22 Feb 2013 17:38:29 -0800 Subject: Add TeleBalloon v1.2 support Fix up the teleballoon code to run on firmware version 1.1, add TeleBalloon v1.2 product. Signed-off-by: Keith Packard --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b8828d46..57e3e64a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,8 @@ ifneq ($(shell which sdcc),) telelaunch-v0.1 tidongle test \ teleterra-v0.2 teleshield-v0.1 \ telefire-v0.1 \ - spiradio-v0.1 + spiradio-v0.1 \ + teleballoon-v1.2 endif ifneq ($(shell which avr-gcc),) -- cgit v1.2.3