sprintf enable

Fork of RF24 by Akash Vibhute

Revision:
7:32d6957f37ae
Parent:
6:5cc7136648d1
Child:
10:2ed5137149b0
--- a/RF24_config.h	Thu Apr 21 04:10:58 2016 +0000
+++ b/RF24_config.h	Thu Jun 16 08:56:06 2016 +0000
@@ -49,14 +49,16 @@
 #define IF_SERIAL_DEBUG(x)
 #endif
 
-#define printf_P printf
+//#define printf_P printf
+#define printf_P
 //#define _BV(bit) (1<<(bit))
 #define pgm_read_byte(addr) (*(const unsigned char *)(addr))
 
 typedef uint16_t prog_uint16_t;
 #define PSTR(x) (x)
   #define sprintf(...) os_sprintf( __VA_ARGS__ )
-  #define printf_P printf
+  //#define printf_P printf
+  #define printf_P
   #define strlen_P strlen  
   #define PROGMEM
   #define pgm_read_byte(addr) (*(const unsigned char *)(addr))