From 8bf7534da0639e83c0718f93f9be1851baecca32 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Thu, 11 Mar 2010 03:31:12 +0000 Subject: [PATCH] fix the wrong file include in startup.c file git-svn-id: https://rt-thread.googlecode.com/svn/trunk@476 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lpc1766/startup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/lpc1766/startup.c b/bsp/lpc1766/startup.c index 896d7e7c21..89137c4c7c 100644 --- a/bsp/lpc1766/startup.c +++ b/bsp/lpc1766/startup.c @@ -18,7 +18,6 @@ #include "lpc17xx.h" #include "board.h" -#include "rtc.h" /** * @addtogroup LPC17 -- GitLab