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.
Dependents: ISEN_RF24Network_Node_01 ISEN_RF24Network_Node_02
Revision 10:2b68b1fe6538, committed 2021-05-20
- Comitter:
- Giamarchi
- Date:
- Thu May 20 09:26:32 2021 +0000
- Parent:
- 3:e94be00fd19e
- Commit message:
- no modif
Changed in this revision
RF24_config.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e94be00fd19e -r 2b68b1fe6538 RF24_config.h --- a/RF24_config.h Thu Nov 05 05:45:58 2015 +0000 +++ b/RF24_config.h Thu May 20 09:26:32 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;