From: Nathael Pajani Date: Sun, 30 Jan 2022 03:19:10 +0000 (+0100) Subject: Remove unused function definition from bootstrap X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=ebda1d4c49290110d8160960354f6d9c708b13a9;p=soft%2Flpc82x%2Fcore Remove unused function definition from bootstrap --- diff --git a/core/bootstrap.c b/core/bootstrap.c index 1ed9e8f..7b48a68 100644 --- a/core/bootstrap.c +++ b/core/bootstrap.c @@ -46,7 +46,6 @@ void SVC_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); void PendSV_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); void SysTick_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); /* LPC82x specific interrupt handlers */ -void WAKEUP_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); void I2C_0_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); void I2C_1_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler"))); void I2C_2_Handler(void) __attribute__ ((weak, alias ("Dummy_Handler")));