Skip to content

Commit 20e478f

Browse files
committed
Fix returns for ubxFile
1 parent 1ac11bd commit 20e478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuMessages.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ void beginLogging(const char *customFileName)
375375
if (!ubxFile)
376376
{
377377
systemPrintln("Failed to allocate ubxFile!");
378-
break;
378+
return;
379379
}
380380
}
381381

0 commit comments

Comments
 (0)