aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-05-20 19:16:47 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-05-20 19:16:47 +0100
commit3cde591bd28011e76cbeb56996dec8a9d151b9b6 (patch)
treedb243ceded7504b40fc8645513c48d8270b13c3f /os/hal/boards
parente1311c4db6cd366cf760673f769e925741ac0ad3 (diff)
downloadChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.tar.gz
ChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.tar.bz2
ChibiOS-Contrib-3cde591bd28011e76cbeb56996dec8a9d151b9b6.zip
[KINETIS] Fixes for kernel-less builds.
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/PJRC_TEENSY_LC/board.c1
1 files changed, 0 insertions, 1 deletions
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__)