Skip to content

Commit

Permalink
Fix STM32H7Ax build
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 25, 2024
1 parent d0dba1a commit d6e38f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ add_library(mbed-stm32h7a3xiq INTERFACE)

target_sources(mbed-stm32h7a3xiq
INTERFACE
system_clock.c
${STARTUP_FILE}
)

Expand Down
4 changes: 2 additions & 2 deletions targets/targets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3718,11 +3718,11 @@
"public": false,
"core": "Cortex-M7FD",
"extra_labels_add": [
"STM32H7A3xIQ"
"STM32H7A3xIQ",
"STM32H7_280MHZ"
],
"macros_add": [
"STM32H7A3xxQ",
"STM32H7_280MHZ",
"MBED_SPLIT_HEAP"
],
"device_name": "STM32H7A3ZITxQ"
Expand Down

0 comments on commit d6e38f9

Please sign in to comment.