Skip to content

Commit a95bfd9

Browse files
committed
Add missing functions to disable WiFi compiler guards
1 parent 7becd5f commit a95bfd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Surveyor/Developer.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ uint16_t pvtClientSendData(uint16_t dataHead) {return 0;};
9595
void pvtClientUpdate() {}
9696
void pvtClientValidateTables() {}
9797
void pvtClientZeroTail() {}
98+
void discardPvtClientBytes(RING_BUFFER_OFFSET previousTail, RING_BUFFER_OFFSET newTail) {}
99+
98100

99101
//----------------------------------------
100102
// PVT server
@@ -103,6 +105,8 @@ void pvtClientZeroTail() {}
103105
int pvtServerSendData(uint16_t dataHead) {return 0;}
104106
void pvtServerUpdate() {}
105107
void pvtServerZeroTail() {}
108+
void pvtServerValidateTables() {}
109+
void discardPvtServerBytes(RING_BUFFER_OFFSET previousTail, RING_BUFFER_OFFSET newTail) {}
106110

107111
//----------------------------------------
108112
// WiFi

0 commit comments

Comments
 (0)