no modif

Dependents:   ISEN_RF24Network_Node_01 ISEN_RF24Network_Node_02

Files at this revision

API Documentation at this revision

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
--- 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;