diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2018-04-23 21:12:06 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-04-23 14:03:59 -0700 |
commit | 4cd4b1559f83654bed4c6ecbaec4d014bb1175a6 (patch) | |
tree | 3bc38c0bd1f29d72bb5c01f1a99ec03e8fc79160 /mpm | |
parent | fbb3af323db4d54681ea49f51e51e0920f731805 (diff) | |
download | uhd-4cd4b1559f83654bed4c6ecbaec4d014bb1175a6.tar.gz uhd-4cd4b1559f83654bed4c6ecbaec4d014bb1175a6.tar.bz2 uhd-4cd4b1559f83654bed4c6ecbaec4d014bb1175a6.zip |
mpm: Fixed db slot typo in db-id
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/tools/db-id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/tools/db-id.c b/mpm/tools/db-id.c index dc08ac736..53501e0df 100644 --- a/mpm/tools/db-id.c +++ b/mpm/tools/db-id.c @@ -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); } |