hal_fsmc: update to new RCC API

This commit is contained in:
Romain Reignier 2018-03-12 21:12:24 +01:00
parent 918149d48d
commit 26a11251bf
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void fsmc_stop(FSMCDriver *fsmcp) {
#if HAL_USE_NAND
nvicDisableVector(STM32_FSMC_NUMBER);
#endif
rccDisableFSMC(FALSE);
rccDisableFSMC();
}
#endif /* STM32_FSMC_USE_FSMC1 */