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

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Files at this revision

API Documentation at this revision

Comitter:
c_Ake
Date:
Tue Sep 26 13:43:03 2017 +0000
Parent:
17:a8ed6ff4fd5f
Commit message:
We're using the mbed-debug implementation to avoid conflicts

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a8ed6ff4fd5f -r 02afa5679142 main.cpp
--- 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