mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
DataFlash: allow startup with no microSD
this allows logging to work with insert after boot
This commit is contained in:
parent
99d0f7a77d
commit
1240b79cc8
@ -134,7 +134,6 @@ void DataFlash_File::Init()
|
||||
}
|
||||
if (ret == -1) {
|
||||
printf("Failed to create log directory %s : %s\n", _log_directory, strerror(errno));
|
||||
return;
|
||||
}
|
||||
|
||||
// determine and limit file backend buffersize
|
||||
|
Loading…
Reference in New Issue
Block a user