From 9ce8fc3769e949b16e075b9d7d110f00192f1ee7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 11 Dec 2022 14:55:50 +0000 Subject: [PATCH] Realigned some boards to templates. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15873 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/boards/ST_NUCLEO144_H7A3ZI_Q/board.c | 2 +- os/hal/boards/ST_STM32H735IG_DISCOVERY/board.c | 2 +- os/hal/boards/ST_STM32H750XB_DISCOVERY/board.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/os/hal/boards/ST_NUCLEO144_H7A3ZI_Q/board.c b/os/hal/boards/ST_NUCLEO144_H7A3ZI_Q/board.c index 69f8218f8..f6efac671 100644 --- a/os/hal/boards/ST_NUCLEO144_H7A3ZI_Q/board.c +++ b/os/hal/boards/ST_NUCLEO144_H7A3ZI_Q/board.c @@ -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.*/ diff --git a/os/hal/boards/ST_STM32H735IG_DISCOVERY/board.c b/os/hal/boards/ST_STM32H735IG_DISCOVERY/board.c index 675cc6f88..dc01ac5fa 100644 --- a/os/hal/boards/ST_STM32H735IG_DISCOVERY/board.c +++ b/os/hal/boards/ST_STM32H735IG_DISCOVERY/board.c @@ -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.*/ diff --git a/os/hal/boards/ST_STM32H750XB_DISCOVERY/board.c b/os/hal/boards/ST_STM32H750XB_DISCOVERY/board.c index 69f8218f8..f6efac671 100644 --- a/os/hal/boards/ST_STM32H750XB_DISCOVERY/board.c +++ b/os/hal/boards/ST_STM32H750XB_DISCOVERY/board.c @@ -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.*/