Skip to content

Commit 596cfe7

Browse files
committed
Remove erroneous error print
1 parent e719a99 commit 596cfe7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Firmware/RTK_Surveyor/Form.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,6 @@ void createSettingsString(char* settingsCSV)
449449
//...
450450

451451
strcat(settingsCSV, "\0");
452-
if(strlen(settingsCSV) > sizeof(settingsCSV))
453-
Serial.println("Error: settingCSV too small");
454-
455452
Serial.printf("settingsCSV len: %d\n\r", strlen(settingsCSV));
456453
Serial.printf("settingsCSV: %s\n\r", settingsCSV);
457454
#endif

0 commit comments

Comments
 (0)