Updates as of 2-17-16 for debugging K22F LoRa platform.

Fork of lmic_MOTE_L152RC by Timothy Mulrooney

Revision:
12:febc37010b64
Parent:
11:671d85a0f15b
--- a/radio.cpp	Tue Feb 09 00:28:59 2016 +0000
+++ b/radio.cpp	Thu Feb 18 01:28:06 2016 +0000
@@ -449,7 +449,7 @@
         PaSelect = 0x80;    // use PA_BOOST 
         writeReg(RegPaConfig, PaSelect | boost_table[LMIC.txpow]);
     }
-    //printf("PaConfig:%02x\r\n", readReg(RegPaConfig));
+    printf("PaConfig:%02x\r\n", readReg(RegPaConfig));
     
 #else
 #error Missing CFG_sx1272_radio/CFG_sx1276_radio