Skip to content

Commit

Permalink
stm32/h7: Corrected a typo in the meson build system for the STM32H7 …
Browse files Browse the repository at this point in the history
…series support
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent 3fe0814 commit 2b2004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stm32/h7/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stm32h7_cm3 = declare_dependency(
dependencies: stm32h7_vector_nvic,
)

# Sources specific to the F4 series
# Sources specific to the H7 series
libstm32h7_sources = files(
'fdcan.c',
'pwr.c',
Expand Down

0 comments on commit 2b2004e

Please sign in to comment.