From 1219b77b525d5dff58a59dcc8ddcd94bdb09301c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 19 Jun 2019 09:34:18 -0400 Subject: [PATCH] [ion] N0110 linker script: add missing symbol in internal flash - Reset::coreWhilePlugged --- ion/src/device/n0110/flash.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/ion/src/device/n0110/flash.ld b/ion/src/device/n0110/flash.ld index c1b515eba..4d2212fe3 100644 --- a/ion/src/device/n0110/flash.ld +++ b/ion/src/device/n0110/flash.ld @@ -93,6 +93,7 @@ SECTIONS { *(.text._ZN3Ion6Device5Power20internalFlashStandbyEv) *(.text._ZN3Ion6Device5Power17enterLowPowerModeEv) *(.text._ZN3Ion6Device5Board14shutdownClocksEb) + *(.text._ZN3Ion6Device5Reset16coreWhilePluggedEv) /* 'suspend' dependencies '*/ *(.text._ZN3Ion6Device5Power20internalFlashSuspendEb)