mirror of
https://github.com/Gericom/FastVideoDSPlayer.git
synced 2025-06-18 18:45:34 -04:00
fat: Fix implicit declaration of of sdmmc_sd_startup()
This symbol is not exported by libnds, so it needs to be defined in this file to fix Wimplicit-function-declaration, which is now an error in GCC 14.
This commit is contained in:
parent
7e39f1f572
commit
981575da67
@ -35,6 +35,8 @@ extern FN_MEDIUM_READSECTORS _DLDI_readSectors_ptr;
|
||||
/* Inidialize a Drive */
|
||||
/*-----------------------------------------------------------------------*/
|
||||
|
||||
void sdmmc_sd_startup();
|
||||
|
||||
DSTATUS disk_initialize (
|
||||
BYTE pdrv /* Physical drive nmuber to identify the drive */
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user