diff options
-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); } |