Merge branch 'master' of github.com:maniacbug/RF24

This commit is contained in:
maniacbug
2011-09-12 19:29:04 -07:00
5 changed files with 559 additions and 0 deletions

View File

@@ -19,10 +19,12 @@
#endif
// Avoid spurious warnings
#ifndef NATIVE
#undef PROGMEM
#define PROGMEM __attribute__(( section(".progmem.data") ))
#undef PSTR
#define PSTR(s) (__extension__({static prog_char __c[] PROGMEM = (s); &__c[0];}))
#endif
/****************************************************************************/