From 7dbbb0d12b1446c1238e1a29cad3ce26739745f8 Mon Sep 17 00:00:00 2001 From: GreaseMonkey Date: Sun, 7 Jan 2024 18:19:17 +1300 Subject: [PATCH] Fix a comment --- src/device/unittester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/unittester.c b/src/device/unittester.c index 8a6a81fdb..b1f3efcc5 100644 --- a/src/device/unittester.c +++ b/src/device/unittester.c @@ -133,7 +133,7 @@ unittester_write(uint16_t port, uint8_t val, UNUSED(void *priv)) unittester.status = UT_STATUS_IDLE; break; - /* 0x04: No-op */ + /* 0x04: Exit */ case UT_CMD_EXIT: unittester.cmd_id = UT_CMD_EXIT; unittester.status = UT_STATUS_AWAITING_WRITE;