[layer1] TX should be disabled by default.
authorAndreas.Eversberg <jolly@eversberg.eu>
Sun, 27 Jun 2010 00:04:04 +0000 (00:04 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Sun, 27 Jun 2010 00:04:04 +0000 (00:04 +0000)
src/target/firmware/Makefile.inc

index 91b3b00..7f91fb1 100644 (file)
@@ -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__