diff --git a/libraries/DataFlash/LogFile.cpp b/libraries/DataFlash/LogFile.cpp index 0e7bd27b6d..f327572afb 100644 --- a/libraries/DataFlash/LogFile.cpp +++ b/libraries/DataFlash/LogFile.cpp @@ -29,7 +29,6 @@ void DataFlash_Class::Init(const struct LogStructure *structures, uint8_t num_ty _num_types = num_types; _structures = structures; - ; #if defined(HAL_BOARD_LOG_DIRECTORY) if (_params.backend_types == DATAFLASH_BACKEND_FILE || _params.backend_types == DATAFLASH_BACKEND_BOTH) {