Skip to content

Commit

Permalink
Signal that MSP GPS data has been received
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans committed Sep 2, 2023
1 parent 54ab1ba commit a9830d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/msp/msp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3621,7 +3621,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
(void)sbufReadU8(src); // hour
(void)sbufReadU8(src); // min
(void)sbufReadU8(src); // sec

GPS_update |= GPS_MSP_UPDATE; // MSP data signalisation to GPS functions
break;

case MSP_SET_RAW_GPS:
Expand Down

0 comments on commit a9830d9

Please sign in to comment.