mitsu70x: Minor documentation update.

This commit is contained in:
Solomon Peachy 2021-05-05 16:15:11 -04:00
parent f9cbd6ee74
commit 48d34318d0
1 changed files with 5 additions and 5 deletions

View File

@ -1976,11 +1976,11 @@ static void mitsu70x_dump_printerstatus(struct mitsu70x_ctx *ctx,
continue; continue;
memcpy(buf, resp->vers[i].ver, 6); memcpy(buf, resp->vers[i].ver, 6);
buf[6] = 0; buf[6] = 0;
if (i == 0) type = 'M'; if (i == 0) type = 'M'; /* Main */
else if (i == 1) type = 'L'; else if (i == 1) type = 'L'; /* Loader */
else if (i == 2) type = 'R'; else if (i == 2) type = 'R'; /* Tag */
else if (i == 3) type = 'T'; else if (i == 3) type = 'T'; /* Copy */
else if (i == 4) type = 'F'; else if (i == 4) type = 'F'; /* FPGA */
else type = i + 0x30; else type = i + 0x30;
INFO("FW Component: %c %s (%04x)\n", INFO("FW Component: %c %s (%04x)\n",