Merge branch 'p_enable' into constremove

This commit is contained in:
Greg Copeland
2011-07-18 15:42:14 -05:00
2 changed files with 74 additions and 18 deletions

6
RF24.h
View File

@@ -506,6 +506,12 @@ public:
*/
void setCRCLength(rf24_crclength_e length) const ;
/**
* Disable CRC validation
*
*/
void disableCRC( void ) const ;
/**@}*/
};