ARMEBS4  revision-26.06.2015
stm32_sd_fatfs.h
Go to the documentation of this file.
1 /**
2  * \file heivs/stm32_sd_fatfs.h
3  * \brief SD memory driver for FAT fs
4  * \author marc dot pignat at hevs dot ch
5  * \ingroup sd
6  * @{
7  ***************************************************************************/
8 #ifndef HEIVS_SD_STM32_FATFS_H
9 #define HEIVS_SD_STM32_FATFS_H
10 
11 #include "stdint.h"
12 #include "heivs/error.h"
13 
14 #ifdef __cplusplus
15  extern "C" {
16 #endif
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 /**
23  * @}
24  */
25 #endif /* HEIVS_SD_STM32_FATFS_H */
Errors definitions.