Skip to content

Commit 3ecb0b8

Browse files
committed
Initialize pplRtcmBuffer
1 parent 7c67d4e commit 3ecb0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ const int updatePplTaskStackSize = 3000;
670670

671671
bool pplNewRtcmNmea = false;
672672
bool pplNewSpartn = false;
673-
uint8_t *pplRtcmBuffer;
673+
uint8_t *pplRtcmBuffer = nullptr;
674674

675675
bool pplAttemptedStart = false;
676676
bool pplGnssOutput = false;

0 commit comments

Comments
 (0)