From 841ac7d5f4aa0b305be5a23d9d14d2a6ae521f01 Mon Sep 17 00:00:00 2001 From: Assim ZEMOUCHI Date: Sun, 20 Mar 2022 16:09:02 +0100 Subject: [PATCH] [ion] Fix win11 build for n0110 (#182) (#183) --- ion/src/device/n0110/flash.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ion/src/device/n0110/flash.ld b/ion/src/device/n0110/flash.ld index e66cbbac1..dccce34bc 100644 --- a/ion/src/device/n0110/flash.ld +++ b/ion/src/device/n0110/flash.ld @@ -236,6 +236,8 @@ SECTIONS { . = ALIGN(4); *(.rodata._ZN3Ion6Device13ExternalFlash*) /* 'start' dependencies */ + *(.rodata._ZN3Ion6Device8Keyboard6ConfigL10ColumnGPIOE*) + *(.rodata._ZN3Ion6Device8Keyboard6ConfigL7RowGPIOE*) *(.rodata._ZN3Ion6Device4RegsL5GPIOAE) *(.rodata._ZN3Ion6Device4RegsL5GPIOBE) *(.rodata._ZN3Ion6Device3LED6ConfigL7RGBPinsE)