mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
mpm: Fixed db slot typo in db-id
This commit is contained in:
parent
fbb3af323d
commit
4cd4b1559f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
ep = usrp_sulfur_db_eeprom_from_file(NVMEM_PATH_SLOT_B);
|
||||
if (ep) {
|
||||
printf("Slot-0\n");
|
||||
printf("Slot-1\n");
|
||||
usrp_sulfur_db_eeprom_print_id(ep);
|
||||
free(ep);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue