Add dynpd/feature to printDetails

This commit is contained in:
maniacbug 2011-06-28 06:30:03 -07:00
parent 81f85bd521
commit 04e72775bb
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ void RF24::printDetails(void)
print_byte_register(PSTR("EN_RXADDR"),EN_RXADDR);
print_byte_register(PSTR("RF_CH"),RF_CH);
print_byte_register(PSTR("RF_SETUP"),RF_SETUP);
print_byte_register(PSTR("DYNPD/FEATURE"),DYNPD,2);
}
/******************************************************************/