DataFlash: allow startup with no microSD

this allows logging to work with insert after boot
This commit is contained in:
Andrew Tridgell 2018-12-29 11:08:38 +11:00 committed by Randy Mackay
parent 02987b7614
commit a03b569d43
1 changed files with 0 additions and 1 deletions

View File

@ -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