DataFlash: remove dangling semicolon

This commit is contained in:
Lucas De Marchi 2017-02-08 14:01:21 -08:00 committed by Francisco Ferreira
parent 65f2c9eca1
commit dd1646aefc
1 changed files with 0 additions and 1 deletions

View File

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