From 8f45423a2371a6e178606dd9fc4d2cc6f17c4de5 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Thu, 27 Apr 2023 11:34:36 +0700 Subject: [PATCH] Resolved noroadsleft suggested change --- .../ld/STM32F103xC_stm32duino_bootloader.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/chibios/boards/STM32_F103_STM32DUINO/ld/STM32F103xC_stm32duino_bootloader.ld b/platforms/chibios/boards/STM32_F103_STM32DUINO/ld/STM32F103xC_stm32duino_bootloader.ld index 07bbf47af1b..5c2e15a84ca 100644 --- a/platforms/chibios/boards/STM32_F103_STM32DUINO/ld/STM32F103xC_stm32duino_bootloader.ld +++ b/platforms/chibios/boards/STM32_F103_STM32DUINO/ld/STM32F103xC_stm32duino_bootloader.ld @@ -15,7 +15,7 @@ */ /* - * STM32F103xB memory setup for use with the STM32Duino bootloader. + * STM32F103xC memory setup for use with the STM32Duino bootloader. */ f103_flash_size = 256k; f103_ram_size = 48k;