mirror of https://github.com/ArduPilot/ardupilot
DataFlash: remove dangling semicolon
This commit is contained in:
parent
65f2c9eca1
commit
dd1646aefc
|
@ -29,7 +29,6 @@ void DataFlash_Class::Init(const struct LogStructure *structures, uint8_t num_ty
|
||||||
_num_types = num_types;
|
_num_types = num_types;
|
||||||
_structures = structures;
|
_structures = structures;
|
||||||
|
|
||||||
;
|
|
||||||
#if defined(HAL_BOARD_LOG_DIRECTORY)
|
#if defined(HAL_BOARD_LOG_DIRECTORY)
|
||||||
if (_params.backend_types == DATAFLASH_BACKEND_FILE ||
|
if (_params.backend_types == DATAFLASH_BACKEND_FILE ||
|
||||||
_params.backend_types == DATAFLASH_BACKEND_BOTH) {
|
_params.backend_types == DATAFLASH_BACKEND_BOTH) {
|
||||||
|
|
Loading…
Reference in New Issue