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

This commit is contained in:
Giovanni Di Sirio 2023-04-09 06:32:07 +00:00
parent 31de937df3
commit 1e72c399b3
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void hal_lld_init(void) {
#if defined(STM32_OSPI2_NO_RESET)
RCC_AHB3RSTR_OSPI2RST |
#endif
0x80000000U) /* Was RCC_AHB3RSTR_CPURST in Rev-V.*/
0x80000000U)); /* Was RCC_AHB3RSTR_CPURST in Rev-V.*/
__rccResetAHB4(~(RCC_APB4RSTR_SYSCFGRST | STM32_GPIO_EN_MASK));
__rccResetAPB1L(~0);
__rccResetAPB1H(~0);