Skip to content

Commit

Permalink
update rtcm
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Apr 10, 2024
1 parent ecfdfda commit eaf8aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RTCMemory.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ template<typename T, int N> bool RTCMemory<T, N>::begin() {
if (crcOfData != rtcData.crc32) {
clearBuffer();
return false;
// }
}
return true;
}
Expand Down

0 comments on commit eaf8aa7

Please sign in to comment.