We're now using the mbed-debug implementation to avoid conflicts

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Revision:
18:02afa5679142
Parent:
16:1c2d4bd6782f
--- a/main.cpp	Tue Sep 26 13:38:20 2017 +0000
+++ b/main.cpp	Tue Sep 26 13:43:03 2017 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "main.h"
 #include "sx1272-hal.h"
-#include "debug.h"  /** we're using the mbed-debug implementation **/
+//#include "debug.h"  /** we're using the mbed-debug implementation **/
 
 /* Set this flag to '1' to display debug messages on the console */
 #define DEBUG_MESSAGE   1