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.
Revision 10:e8fd79e44284, committed 2021-05-20
- Comitter:
- Giamarchi
- Date:
- Thu May 20 07:19:34 2021 +0000
- Parent:
- 3:e94be00fd19e
- Commit message:
- Version 00
Changed in this revision
RF24_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24_config.h Thu Nov 05 05:45:58 2015 +0000 +++ b/RF24_config.h Thu May 20 07:19:34 2021 +0000 @@ -49,7 +49,7 @@ #endif #define printf_P printf -#define _BV(bit) (1<<(bit)) +//#define _BV(bit) (1<<(bit)) #define pgm_read_byte(addr) (*(const unsigned char *)(addr)) typedef uint16_t prog_uint16_t;