mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
arch/arm/src/stm32f7: Fix another error related to chip/->hardware/ name change.
This commit is contained in:
parent
e74aedb046
commit
3ec7c17c16
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
/* Include chip-specific clocking initialization logic */
|
||||
|
||||
#if defined(CONFIG_STM32F7_STM32F72XX) || defined(CONFIG_STM32F7_STM32F73XX)
|
||||
# include "hardware/stm32f72xx73xx_rcc.c"
|
||||
# include "stm32f72xx73xx_rcc.c"
|
||||
#elif defined(CONFIG_STM32F7_STM32F74XX) || defined(CONFIG_STM32F7_STM32F75XX)
|
||||
# include "stm32f74xx75xx_rcc.c"
|
||||
#elif defined(CONFIG_STM32F7_STM32F76XX) || defined(CONFIG_STM32F7_STM32F77XX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue