fix typo in comment (#3726)

This commit is contained in:
jcyrio
2024-04-27 08:54:06 -05:00
committed by GitHub
co-authored by GitHub
parent a06a01d25e
commit e66aec8223
+1 -1
View File
@@ -239,7 +239,7 @@ int32_t CannedMessageModule::runOnce()
UIFrameEvent e = {false, true};
if ((this->runState == CANNED_MESSAGE_RUN_STATE_SENDING_ACTIVE) ||
(this->runState == CANNED_MESSAGE_RUN_STATE_ACK_NACK_RECEIVED)) {
// TODO: might have some feedback of sendig state
// TODO: might have some feedback of sending state
this->runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
e.frameChanged = true;
this->currentMessageIndex = -1;