Skip to content

Commit

Permalink
Merge pull request #33 from alpo/static-fix
Browse files Browse the repository at this point in the history
fix incompatible declaration (fixes issue #31)
  • Loading branch information
MaJerle authored Apr 19, 2019
2 parents 210e4fd + d3d2ca3 commit af54e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-STM32_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
#include "fatfs_sd_sdio.h"

uint8_t SDCARD_IsDetected(void);
static uint8_t SDCARD_IsDetected(void);

/* Status of SDCARD */
static volatile DSTATUS Stat = STA_NOINIT;
Expand Down

0 comments on commit af54e41

Please sign in to comment.