STM32F103c8t6 LoRaWAN lmic

Dependents:   LoRaWAN-lmic-app_copy

Fork of LMiC by Semtech

Revision:
5:30dcb702226b
Parent:
4:85b2b647cb64
--- a/radio.cpp	Thu Nov 26 17:17:08 2015 +0000
+++ b/radio.cpp	Wed Apr 19 07:57:22 2017 +0000
@@ -564,10 +564,10 @@
 #error Missing CFG_sx1272_radio/CFG_sx1276_radio
 #endif
 
-#define RADIO_DBG
+//#define RADIO_DBG
 #if defined(RADIO_DBG)
-DigitalOut txStateIo( PB_8 );
-DigitalOut rxStateIo( PB_9 );
+DigitalOut txStateIo( PA_10 );
+DigitalOut rxStateIo( PA_11 );
 #endif
 
 static void writeReg (u1_t addr, u1_t data ) {