diff options
author | Keith Packard <keithp@keithp.com> | 2016-07-27 13:29:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-07-27 13:29:20 -0700 |
commit | 647690dbe084d188ba3973da631871a65f2dc50d (patch) | |
tree | 5df76c446460bc555499fb3bdee1c5791db8bfff /src | |
parent | fe13426daff08f2beface2c1906f9a6184f6b987 (diff) |
altos: Stop building cc1111-based telemini v2.0 firmware
This product never worked, so stop insisting that it actually build.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c5be5ddb..5bc0a7a0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ include Makedefs SDCCDIRS=\ telemetrum-v1.2 telemetrum-v1.1 telemetrum-v1.0 \ teledongle-v0.2 \ - telemini-v1.0 telemini-v2.0 \ + telemini-v1.0 \ telebt-v1.0 \ teleterra-v0.2 teleshield-v0.1 \ telefire-v0.1 telefire-v0.2 \ |