1 Commits

Author SHA1 Message Date
9c489c1a25 disable_sd_log 2024-05-24 16:08:01 +02:00

View File

@@ -34,7 +34,7 @@ void BSP_SDLogger_Init(int log_number) {
ULOG_ERROR("Failed to open file %s", file_name); ULOG_ERROR("Failed to open file %s", file_name);
} }
ULOG_SUBSCRIBE(BSP_SDLogger_ULOG, ULOG_DEBUG_LEVEL); //ULOG_SUBSCRIBE(BSP_SDLogger_ULOG, ULOG_DEBUG_LEVEL);
// close the file // close the file
f_close(&file); f_close(&file);