From c4e9483f6d5fb82518eba3576cadd68697c31ad3 Mon Sep 17 00:00:00 2001 From: Selwyn Date: Sat, 4 May 2024 13:16:08 +0200 Subject: [PATCH] Remove invalid code comments --- .../qk65/r2/ld/STM32F103x8_0x08006000_bootloader.ld | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/keyboards/qwertykeys/qk65/r2/ld/STM32F103x8_0x08006000_bootloader.ld b/keyboards/qwertykeys/qk65/r2/ld/STM32F103x8_0x08006000_bootloader.ld index a40e12668aa..48be2693774 100644 --- a/keyboards/qwertykeys/qk65/r2/ld/STM32F103x8_0x08006000_bootloader.ld +++ b/keyboards/qwertykeys/qk65/r2/ld/STM32F103x8_0x08006000_bootloader.ld @@ -21,8 +21,6 @@ f103_flash_size = 128k; MEMORY { - /*Here we give 22K flash to bootloader*/ - /*0x08005800 : the application bin start address*/ flash0 : org = 0x08006000, len = f103_flash_size - 0x6000 flash1 : org = 0x00000000, len = 0 flash2 : org = 0x00000000, len = 0 @@ -86,4 +84,4 @@ REGION_ALIAS("BSS_RAM", ram0); REGION_ALIAS("HEAP_RAM", ram0); /* Generic rules inclusion.*/ -INCLUDE rules.ld \ No newline at end of file +INCLUDE rules.ld