Changeset 57 for ctrl/firmware/Main/CubeMX/FileX/App
- Timestamp:
- Dec 12, 2024, 10:25:26 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/FileX/App/app_filex.c
r54 r57 25 25 /* Private includes ----------------------------------------------------------*/ 26 26 /* USER CODE BEGIN Includes */ 27 28 #include "stdio.h" 29 #include "main_thread.h" 27 30 28 31 /* USER CODE END Includes */ … … 140 143 { 141 144 /* USER CODE BEGIN SD open error */ 145 printf("Cannot mout SD card!\n"); 142 146 while(1); 143 147 /* USER CODE END SD open error */ … … 145 149 146 150 /* USER CODE BEGIN fx_app_thread_entry 1 */ 151 152 startMainThread(&sdio_disk); 147 153 148 154 /* USER CODE END fx_app_thread_entry 1 */
Note: See TracChangeset
for help on using the changeset viewer.