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

Fork of lmic_MOTE_L152RC by Timothy Mulrooney

Revision:
12:febc37010b64
Parent:
8:0faa1bb768b5
--- a/lmic.h	Tue Feb 09 00:28:59 2016 +0000
+++ b/lmic.h	Thu Feb 18 01:28:06 2016 +0000
@@ -19,6 +19,7 @@
 #include "lorabase.h"
 
 // LMIC version
+
 #define LMIC_VERSION_MAJOR 1
 #define LMIC_VERSION_MINOR 5
 #define LMIC_VERSION_BUILD 1431528305
@@ -57,7 +58,7 @@
 #elif defined(CFG_us915)  // US915 spectrum =================================================
 
 enum { MAX_XCHANNELS = 2 };      // extra channels in RAM, channels 0-71 are immutable 
-enum { MAX_TXPOW_125kHz = 30 };
+enum { MAX_TXPOW_125kHz = 30 };  
 
 #endif // ==========================================================================