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;