hello world

Fork of lmic_MOTE_L152RC by Semtech

Revision:
9:83ae7f34e88c
Parent:
8:0faa1bb768b5
--- a/radio.cpp	Wed Oct 21 01:03:34 2015 +0000
+++ b/radio.cpp	Mon Nov 16 23:52:45 2015 +0000
@@ -425,7 +425,6 @@
 static const u1_t   rfo_table[11] = { 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 9 }; 
 
 static void configPower () {
-    printf("txpow:%d ", LMIC.txpow);
 #ifdef CFG_sx1276_radio
     // no boost used for now
     s1_t pw = (s1_t)LMIC.txpow;
@@ -449,7 +448,6 @@
         PaSelect = 0x80;    // use PA_BOOST 
         writeReg(RegPaConfig, PaSelect | boost_table[LMIC.txpow]);
     }
-    //printf("PaConfig:%02x\r\n", readReg(RegPaConfig));
     
 #else
 #error Missing CFG_sx1272_radio/CFG_sx1276_radio