diff options
| author | hathach <[email protected]> | 2025-09-11 10:37:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-09-11 10:37:19 +0700 |
| commit | 9cde80f82351268fc1238e9f21c16ec2379d0ce4 (patch) | |
| tree | 8c70fe3ea007afa2a4162b2c7ef9ccf245383a14 | |
| parent | c9527bc0964dcd883df7ec485e2d71333ed780c0 (diff) | |
fix pre-commit
| -rw-r--r-- | hw/bsp/stm32wba/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32wba/family.mk b/hw/bsp/stm32wba/family.mk index b07769624..d5aecfe46 100644 --- a/hw/bsp/stm32wba/family.mk +++ b/hw/bsp/stm32wba/family.mk @@ -55,4 +55,4 @@ LD_FILE_GCC ?= ${ST_CMSIS}/Source/Templates/gcc/linker/${UPPERCASE_MCU_VARIANT}_ LD_FILE_IAR ?= $(ST_CMSIS)/Source/Templates/iar/linker/$(MCU_VARIANT)_flash_ns.icf # flash target using on-board stlink -flash: flash-stlink
\ No newline at end of file +flash: flash-stlink |
