SX1276 library for modtronix inair9. Edited for use with NRF51DK board.

Dependents:   InAir9_PingPong

Fork of SX1276Lib_modtronix by modtronix H

Revision:
26:ad32782125eb
Parent:
17:6ae745bb937f
--- a/debug/myDebug.h	Wed Jul 29 12:07:40 2015 +1000
+++ b/debug/myDebug.h	Sun Nov 19 18:19:55 2017 +0000
@@ -29,13 +29,13 @@
 /** Output a debug message
  * 
  * @param format printf-style format string, followed by variables
- */
+ *//*
 static inline void debug(const char *format, ...) {
     va_list args;
     va_start(args, format);
     vfprintf(stderr, format, args);
     va_end(args);
-}
+}*/
 
 /** Conditionally output a debug message
  *