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
Revision 11:992552951877, committed 2017-07-18
- Comitter:
- fmanzano_dtk
- Date:
- Tue Jul 18 05:58:10 2017 +0000
- Parent:
- 10:2ed5137149b0
- Commit message:
- Se descomenta la linea;
Changed in this revision
| RF24_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24_config.h Tue Jun 27 09:05:56 2017 +0000 +++ b/RF24_config.h Tue Jul 18 05:58:10 2017 +0000 @@ -56,7 +56,7 @@ typedef uint16_t prog_uint16_t; #define PSTR(x) (x) - // #define sprintf(...) os_sprintf( __VA_ARGS__ ) // ESTA LINEA FUE COMENTADA PARA EVITAR PROBLEMAS CON SPRINT + #define sprintf(...) os_sprintf( __VA_ARGS__ ) // ESTA LINEA FUE COMENTADA PARA EVITAR PROBLEMAS CON SPRINT //#define printf_P printf #define printf_P #define strlen_P strlen
