|
|
|
@ -74,7 +74,7 @@ void DataFlash_Class::Init(const struct LogStructure *structures, uint8_t num_ty
@@ -74,7 +74,7 @@ void DataFlash_Class::Init(const struct LogStructure *structures, uint8_t num_ty
|
|
|
|
|
_num_types = num_types; |
|
|
|
|
_structures = structures; |
|
|
|
|
|
|
|
|
|
#if HAL_OS_POSIX_IO |
|
|
|
|
#if HAL_OS_POSIX_IO && defined(HAL_BOARD_LOG_DIRECTORY) |
|
|
|
|
if (_params.backend_types == DATAFLASH_BACKEND_FILE || |
|
|
|
|
_params.backend_types == DATAFLASH_BACKEND_BOTH) { |
|
|
|
|
DFMessageWriter_DFLogStart *message_writer = |
|
|
|
|