From fde1a87998137790ddfdf6e6943fe1be754e87cd Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 10 Oct 2019 16:54:26 +0200 Subject: [PATCH] [ion/device/n0100] Remove an LTO warning --- ion/src/device/n0100/drivers/board.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ion/src/device/n0100/drivers/board.cpp b/ion/src/device/n0100/drivers/board.cpp index 2d877744b..9e0574d98 100644 --- a/ion/src/device/n0100/drivers/board.cpp +++ b/ion/src/device/n0100/drivers/board.cpp @@ -5,7 +5,8 @@ #include #include -extern void * InitialisationVector; +typedef void(*ISR)(void); +extern ISR InitialisationVector[]; // Public Ion methods