Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Apr 23, 2022
1 parent 3890428 commit b898d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b898d96

Please sign in to comment.