disable_sd_log

This commit is contained in:
2024-05-24 16:08:01 +02:00
parent d0544576a3
commit 9c489c1a25

View File

@@ -34,7 +34,7 @@ void BSP_SDLogger_Init(int log_number) {
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
f_close(&file);