From: Nathael Pajani Date: Tue, 27 Sep 2016 20:47:52 +0000 (+0200) Subject: Oops, forgot this upon linker script modifications commit X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=de675d610ccc16e7c09c01cdfe58bfadf682a92a;p=soft%2Flpc122x%2Fcore Oops, forgot this upon linker script modifications commit --- diff --git a/core/user_information_block.c b/core/user_information_block.c index 84f0c9b..3d9df65 100644 --- a/core/user_information_block.c +++ b/core/user_information_block.c @@ -46,13 +46,10 @@ #include "core/lpc_regs.h" -extern unsigned int _start_info; -extern unsigned int _end_info; - /* Get a pointer to the user information */ void* get_user_info(void) { - return (void*)&_start_info; + return (void*)LPC_START_INFO_PAGES; }