Ignore:
Timestamp:
Jan 30, 2025, 8:24:51 AM (3 months ago)
Author:
Zed
Message:

FatFs? is working, but without DMA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.c

    r74 r75  
    3838}
    3939
     40/**
     41  * @brief  Gets Time from RTC
     42  * @param  None
     43  * @retval Time in DWORD
     44  */
     45DWORD get_fattime(void)
     46{
     47  /* USER CODE BEGIN get_fattime */
     48  return 0;
     49  /* USER CODE END get_fattime */
     50}
     51
    4052/* USER CODE BEGIN Application */
    4153
Note: See TracChangeset for help on using the changeset viewer.