Realigned some boards to templates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15873 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f84032701c
commit
9ce8fc3769
|
@ -155,7 +155,7 @@ static void stm32_gpio_init(void) {
|
||||||
|
|
||||||
/* Enabling GPIO-related clocks, the mask comes from the
|
/* Enabling GPIO-related clocks, the mask comes from the
|
||||||
registry header file.*/
|
registry header file.*/
|
||||||
rccResetAHB4(STM32_GPIO_EN_MASK);
|
__rccResetAHB4(STM32_GPIO_EN_MASK);
|
||||||
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
||||||
|
|
||||||
/* Initializing all the defined GPIO ports.*/
|
/* Initializing all the defined GPIO ports.*/
|
||||||
|
|
|
@ -155,7 +155,7 @@ static void stm32_gpio_init(void) {
|
||||||
|
|
||||||
/* Enabling GPIO-related clocks, the mask comes from the
|
/* Enabling GPIO-related clocks, the mask comes from the
|
||||||
registry header file.*/
|
registry header file.*/
|
||||||
rccResetAHB4(STM32_GPIO_EN_MASK);
|
__rccResetAHB4(STM32_GPIO_EN_MASK);
|
||||||
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
||||||
|
|
||||||
/* Initializing all the defined GPIO ports.*/
|
/* Initializing all the defined GPIO ports.*/
|
||||||
|
|
|
@ -155,7 +155,7 @@ static void stm32_gpio_init(void) {
|
||||||
|
|
||||||
/* Enabling GPIO-related clocks, the mask comes from the
|
/* Enabling GPIO-related clocks, the mask comes from the
|
||||||
registry header file.*/
|
registry header file.*/
|
||||||
rccResetAHB4(STM32_GPIO_EN_MASK);
|
__rccResetAHB4(STM32_GPIO_EN_MASK);
|
||||||
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
rccEnableAHB4(STM32_GPIO_EN_MASK, true);
|
||||||
|
|
||||||
/* Initializing all the defined GPIO ports.*/
|
/* Initializing all the defined GPIO ports.*/
|
||||||
|
|
Loading…
Reference in New Issue