Skip to content

Commit

Permalink
Missing ModuleBase::SendGpsTelemetry()
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Dec 28, 2023
1 parent d6d333a commit da654f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ModuleBase
void SetRTC();
void SendLinkTelemetry(uint8_t *rawCrsfPacket);
void SendBatteryTelemetry(uint8_t *rawCrsfPacket);
void SendGpsTelemetry(crsf_packet_gps_t *packet);
void SendGpsTelemetry(crsf_packet_gps_t *packet) {}
void Loop(uint32_t now);
};

Expand Down

0 comments on commit da654f9

Please sign in to comment.