Merge branch 'sylvain/testing' of git://git.osmocom.org/osmocom-bb into testing
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 18 Jan 2011 16:29:19 +0000 (17:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 18 Jan 2011 16:29:19 +0000 (17:29 +0100)
Conflicts:
src/target/firmware/apps/simtest/main.c

src/target/firmware/Makefile
src/target/firmware/apps/simtest/main.c

index 56e0068..c69aab7 100644 (file)
@@ -73,7 +73,7 @@ ANY_APP_LIBS+=calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm
 -include Makefile.inc
 
 # Uncomment this line if you want to enable Tx (Transmit) Support.
-#CFLAGS += -DCONFIG_TX_ENABLE
+CFLAGS += -DCONFIG_TX_ENABLE
 
 # Uncomment this line if you want to write to flash.
 #CFLAGS += -DCONFIG_FLASH_WRITE
index 4b9fbcd..d055672 100755 (executable)
@@ -207,6 +207,9 @@ void delay_ms(unsigned int ms)
        for (i= 0; i < ms*1300; i++) { i; }
 }
 
+
+
+
 /* Execute my (dexter's) personal test */
 void do_sim_test(void)
 {