Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RF24 by
Diff: RF24_config.h
- Revision:
- 7:32d6957f37ae
- Parent:
- 6:5cc7136648d1
--- 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))
