From 501283e9bfdeb75009ba1179fcd6242521266c7a Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 31 Oct 2018 20:25:50 -0500 Subject: [PATCH] ext: hal: nxp: lpc: Remove board.h include The lpc startup HAL ext code doesn't need anything from board.h so lets remove the include. Signed-off-by: Kumar Gala --- ext/hal/nxp/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/hal/nxp/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S b/ext/hal/nxp/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S index 9c6cbc2651..a057f592dd 100644 --- a/ext/hal/nxp/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S +++ b/ext/hal/nxp/mcux/devices/LPC54114/gcc/startup_LPC54114_cm4.S @@ -45,7 +45,6 @@ /* Version: GCC for ARM Embedded Processors */ /*****************************************************************************/ -#include #include #include #include