Ignore:
Timestamp:
Feb 13, 2025, 3:21:41 PM (3 months ago)
Author:
Zed
Message:

ADC module was activated.

File:
1 edited

Legend:

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

    r90 r91  
    3939/* USER CODE END Includes */
    4040
    41 extern uint8_t retSD;   /* Return value for SD */
    42 extern char SDPath[4];  /* SD logical drive path */
    43 extern FATFS SDFatFS;   /* File system object for SD logical drive */
    44 extern FIL SDFile;              /* File object for SD */
     41extern uint8_t retSD; /* Return value for SD */
     42extern char SDPath[4]; /* SD logical drive path */
     43extern FATFS SDFatFS; /* File system object for SD logical drive */
     44extern FIL SDFile; /* File object for SD */
    4545
    4646void MX_FATFS_Init(void);
Note: See TracChangeset for help on using the changeset viewer.