Skip to content

Commit ade89d4

Browse files
committed
Add pplCorrectionsSource
1 parent ae67599 commit ade89d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/menuCorrectionsPriorities.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ typedef struct {
154154

155155
std::vector<registeredCorrectionsSource> registeredCorrectionsSources; // vector (linked list) of registered corrections sources for this device
156156

157+
correctionsSource pplCorrectionsSource; // Record which source is feeding the PPL
158+
157159
void clearRegisteredCorrectionsSources()
158160
{
159161
registeredCorrectionsSources.clear();

0 commit comments

Comments
 (0)