Remove comment

This commit is contained in:
Eric Helgeson 2022-04-23 16:09:38 -05:00
parent 38904285d4
commit b898d9684f
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ void loop()
LOGN("");
switch(cmd[0]) {
case SCSI_TEST_UNIT_READY: // TODO: Implement me!
case SCSI_TEST_UNIT_READY:
LOGN("[Test Unit Ready]");
m_sts |= onTestUnitReady();
break;