git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15810 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2022-10-09 06:52:50 +00:00
parent d6c8b9e4ed
commit 6720ecf7ad
1 changed files with 263 additions and 263 deletions

View File

@ -155,7 +155,7 @@ static void stm32_gpio_init(void) {
/* Enabling GPIO-related clocks, the mask comes from the
registry header file.*/
__rccResetAHB4(STM32_GPIO_EN_MASK);
rccResetAHB4(STM32_GPIO_EN_MASK);
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
/* Initializing all the defined GPIO ports.*/