Skip to content

Commit

Permalink
displayport_hdzero_osd: Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saidinesh5 committed Sep 13, 2022
1 parent 3b2c3c7 commit b764ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/displayport_hdzero_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static mspResult_e hdZeroProcessMspCommand(mspPacket_t *cmd, mspPacket_t *reply,
vtxHeartbeat = millis();

sbuf_t *dst = &reply->buf;
sbuf_t *src = &cmd->buf;

const uint8_t cmdMSP = cmd->cmd;
reply->cmd = cmd->cmd;
if (cmdMSP == MSP_FC_VARIANT) {
Expand Down

0 comments on commit b764ad6

Please sign in to comment.