summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-06-05 19:47:25 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-06-05 19:47:25 +0000
commit72a63e90ffcd1f82b30f628c87669346ef20c044 (patch)
tree56ae23b871e9bf000e2818d9a5a7b87f2947f550 /src/target/firmware
parent4f03a851f04da69349204211b7978254a4ef4fc1 (diff)
Completed layer 2 process. (LAPDm)
Not actually complete but most of it. Location update works now!
Diffstat (limited to 'src/target/firmware')
-rw-r--r--src/target/firmware/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index 7f91fb18..91b3b003 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -20,7 +20,7 @@ CFLAGS += -Os -ffunction-sections
CFLAGS += -g$(DEBUGF)
# Uncomment this line if you want to enable Tx (Transmit) Support.
-#CFLAGS += -DCONFIG_TX_ENABLE
+CFLAGS += -DCONFIG_TX_ENABLE
# some older toolchains don't support this, ignore it for now
#ASFLAGS=-Wa,-adhlns=$(<:.S=.lst),--g$(DEBUGF) $(INCLUDES) -D__ASSEMBLY__