added MLZR_Comm

This commit is contained in:
2024-06-03 22:04:46 +02:00
parent 41cc7a9ff6
commit 1e0fd80f5c
10 changed files with 112 additions and 11 deletions

View File

@@ -162,6 +162,7 @@ void AddHeadlightMessages();
#include "CLS_BSP.h"
#include "CLSAddress.h"
#include "mlzr_comm.h"
/* USER CODE END Header_StartDefaultTask */
void StartDefaultTask(void *argument)
{
@@ -171,6 +172,9 @@ void StartDefaultTask(void *argument)
BSP_EE24_Init();
BSP_INA_Init();
MLZR_INIT();
retSD = f_mount(&SDFatFS,SDPath,0);
retSD = f_open(&SDFile, "counter.bin", FA_READ);