From 04e72775bb4d92e39ea51bc63b0018dd6eaff5bb Mon Sep 17 00:00:00 2001 From: maniacbug Date: Tue, 28 Jun 2011 06:30:03 -0700 Subject: [PATCH] Add dynpd/feature to printDetails --- RF24.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RF24.cpp b/RF24.cpp index f34e760..00469fc 100644 --- a/RF24.cpp +++ b/RF24.cpp @@ -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); } /******************************************************************/