This commit is contained in:
2024-02-06 02:28:39 +01:00
parent 38903e36c1
commit 6bd0ecb2e5

View File

@@ -131,7 +131,7 @@ int main(void)
/* Init scheduler */
osKernelInitialize(); /* Call init function for freertos objects (in freertos.c) */
MX_FREERTOS_Init();
MX_FATFS_Init();
MX_FATFS_Init();
/* Start scheduler */
osKernelStart();