Ignore:
Timestamp:
Dec 12, 2024, 10:25:26 AM (5 weeks ago)
Author:
Zed
Message:

FileX is working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/FileX/App/app_filex.c

    r54 r57  
    2525/* Private includes ----------------------------------------------------------*/
    2626/* USER CODE BEGIN Includes */
     27
     28#include "stdio.h"
     29#include "main_thread.h"
    2730
    2831/* USER CODE END Includes */
     
    140143  {
    141144    /* USER CODE BEGIN SD open error */
     145        printf("Cannot mout SD card!\n");
    142146    while(1);
    143147    /* USER CODE END SD open error */
     
    145149
    146150  /* USER CODE BEGIN fx_app_thread_entry 1 */
     151
     152  startMainThread(&sdio_disk);
    147153
    148154  /* USER CODE END fx_app_thread_entry 1 */
Note: See TracChangeset for help on using the changeset viewer.