aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 08:56:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 08:56:41 +0000
commit06f43125b330a04111b8bbe3b475140703c97e22 (patch)
tree2e730da480e38d5858c5230d7f8546e637d1d7a1 /demos/ARM7-LPC214x-GCC/main.c
parent3ff9afd04851ec97d66d6833520b49dc18f35ea4 (diff)
downloadChibiOS-06f43125b330a04111b8bbe3b475140703c97e22.tar.gz
ChibiOS-06f43125b330a04111b8bbe3b475140703c97e22.tar.bz2
ChibiOS-06f43125b330a04111b8bbe3b475140703c97e22.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1390 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/main.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/main.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/demos/ARM7-LPC214x-GCC/main.c b/demos/ARM7-LPC214x-GCC/main.c
index 93b6fd768..d0a69b3d7 100644
--- a/demos/ARM7-LPC214x-GCC/main.c
+++ b/demos/ARM7-LPC214x-GCC/main.c
@@ -17,15 +17,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <ch.h>
-#include <pal.h>
-#include <serial.h>
-#include <test.h>
+#include "ch.h"
+#include "hal.h"
+#include "test.h"
+#include "evtimer.h"
-#include "board.h"
#include "mmcsd.h"
#include "buzzer.h"
-#include "evtimer.h"
#define BOTH_BUTTONS (PAL_PORT_BIT(PA_BUTTON1) | PAL_PORT_BIT(PA_BUTTON2))