Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimorg committed Feb 5, 2024
1 parent 40ba5fe commit 8bbb276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ void MSG_StorePacket(const uint16_t interrupt_bits)
// Transmit a message to the sender that we have received the message (Unless it's a service message)
if (dataPacket.data.payload[2] != 0x1b)
{
MSG_Send("\x1b\x1b\x1bRCVD ", true);
MSG_Send("\x1b\x1b\x1bRCVD ", true);
}
}
}
Expand Down

0 comments on commit 8bbb276

Please sign in to comment.