diff options
| author | Keith Packard <keithp@keithp.com> | 2013-02-22 17:38:29 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-02-22 17:44:28 -0800 |
| commit | 7faafb63d9d4959b796504e04e0a54f47d020f33 (patch) | |
| tree | 1327c023f2396549b9e5b5960555eef4b8ab74de /src/Makefile | |
| parent | 7a0cce7fa0c802b1597fef94cfaf00aa0c28c988 (diff) | |
Add TeleBalloon v1.2 supportbranch-1.1
Fix up the teleballoon code to run on firmware version 1.1, add
TeleBalloon v1.2 product.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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),) |
