Ignore:
Timestamp:
Jan 13, 2025, 9:08:34 AM (2 days ago)
Author:
Zed
Message:

SD card init function was changed not to stop if SD-card not present.

File:
1 edited

Legend:

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

    r57 r60  
    143143  {
    144144    /* USER CODE BEGIN SD open error */
    145         printf("Cannot mout SD card!\n");
    146     while(1);
     145        printf("Cannot mount SD card!\n");
     146    //while(1);
    147147    /* USER CODE END SD open error */
    148148  }
Note: See TracChangeset for help on using the changeset viewer.