From 3cde591bd28011e76cbeb56996dec8a9d151b9b6 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Fri, 20 May 2016 19:16:47 +0100 Subject: [KINETIS] Fixes for kernel-less builds. --- os/hal/boards/PJRC_TEENSY_LC/board.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os/hal/boards') diff --git a/os/hal/boards/PJRC_TEENSY_LC/board.c b/os/hal/boards/PJRC_TEENSY_LC/board.c index 31c3ca4..ab321b8 100644 --- a/os/hal/boards/PJRC_TEENSY_LC/board.c +++ b/os/hal/boards/PJRC_TEENSY_LC/board.c @@ -14,7 +14,6 @@ limitations under the License. */ -#include "ch.h" #include "hal.h" #if HAL_USE_PAL || defined(__DOXYGEN__) -- cgit v1.2.3