mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Remove old style definitions
This commit is contained in:
parent
b54174c77e
commit
ddf1d46549
57 changed files with 119 additions and 117 deletions
|
@ -236,7 +236,7 @@ static void configureSPIAndQuadSPI(void)
|
|||
}
|
||||
|
||||
#ifdef USE_SDCARD
|
||||
static void sdCardAndFSInit()
|
||||
static void sdCardAndFSInit(void)
|
||||
{
|
||||
sdcard_init(sdcardConfig());
|
||||
afatfs_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue