From 8a3038b6c7d22c09b66597329d6e14b30d294f16 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 22 Aug 2017 18:13:37 -0700 Subject: C API: Dboard EEPROM revision error handling fix For invalid dboard revisions stored in the EEPROM, provide a better error message. --- host/include/uhd/usrp/dboard_eeprom.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/usrp/dboard_eeprom.h b/host/include/uhd/usrp/dboard_eeprom.h index 6980de0ce..f3b9c4d9c 100644 --- a/host/include/uhd/usrp/dboard_eeprom.h +++ b/host/include/uhd/usrp/dboard_eeprom.h @@ -84,7 +84,11 @@ UHD_API uhd_error uhd_dboard_eeprom_set_serial( const char* serial ); -//! Get the daughterboard's revision (not always present) +/*! Get the daughterboard's revision + * + * The revision doesn't always have to be present, in which case this function + * will return an error. + */ UHD_API uhd_error uhd_dboard_eeprom_get_revision( uhd_dboard_eeprom_handle h, int* revision_out -- cgit v1.2.3