mpm: Fixed db slot typo in db-id

This commit is contained in:
Derek Kozel 2018-04-23 21:12:06 +01:00 committed by Martin Braun
parent fbb3af323d
commit 4cd4b1559f

View file

@ -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);
}