summaryrefslogtreecommitdiff
path: root/telegps
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-14 15:44:20 -0700
committerKeith Packard <keithp@keithp.com>2014-06-14 15:44:20 -0700
commit92943bf4536d4167edd097e61de5e6b4f29130f8 (patch)
tree9ee0987c94512fe96a050dd1ac375d327b29de89 /telegps
parent1fc3032d688cbb7c09c1dffde30cc815f3594e29 (diff)
micropeak: Make statistics entries un-editable
Otherwise you can actually type in the various fields.x Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r--telegps/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am
index 31bcbd79..b64397c8 100644
--- a/telegps/Makefile.am
+++ b/telegps/Makefile.am
@@ -82,8 +82,8 @@ FIRMWARE_TD=$(FIRMWARE_TD_0_2)
FIRMWARE_TBT_1_0=$(top_srcdir)/src/telebt-v1.0/telebt-v1.0-$(VERSION).ihx
FIRMWARE_TBT=$(FIRMWARE_TBT_1_0)
-#FIRMWARE_TG_1_0=$(top_srcdir)/src/telegps-v1.0/telegps-v1.0-$(VERSION).ihx
-#FIRMWARE_TG=$(FIRMWARE_TG_1_0)
+FIRMWARE_TG_1_0=$(top_srcdir)/src/telegps-v1.0/telegps-v1.0-$(VERSION).ihx
+FIRMWARE_TG=$(FIRMWARE_TG_1_0)
FIRMWARE=$(FIRMWARE_TG) $(FIRMWARE_TD) $(FIRMWARE_TBT)