Changed name of print_details to comply with the overall naming convention

This commit is contained in:
maniacbug
2011-03-19 13:19:17 -07:00
parent 5ba21261bb
commit 0dc43ab872
3 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ void setup(void)
// Dump the configuration of the rf unit for debugging
//
radio.print_details();
radio.printDetails();
}
void loop(void)