Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 23, 2024
1 parent dda8c1a commit 2d54aa5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (c) 2024 Jamie Smith
# SPDX-License-Identifier: Apache-2.0
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
mbed_set_linker_script(mbed-stm32h743xi STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h723xg STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h743xi STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h723xg STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h725xe STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h735xg STM32H743_H72x.ld)
mbed_set_linker_script(mbed-stm32h750xb STM32H743_H72x.ld)
Expand Down

0 comments on commit 2d54aa5

Please sign in to comment.