mirror of https://github.com/ArduPilot/ardupilot
DataFlash: allow startup with no microSD
this allows logging to work with insert after boot
This commit is contained in:
parent
02987b7614
commit
a03b569d43
|
@ -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