summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 18:46:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 18:46:14 +0000
commitc78044f00e4064f5e8cf045e7accfa571893f742 (patch)
treea7dff6e2287ff9b82b26fc9c19cbdf4f1ae9a562 /nuttx/arch/arm/src/lpc214x/lpc214x_head.S
parent5bbce5453fee636e7fbb087ffee7691edfd25318 (diff)
downloadpx4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.tar.gz
px4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.tar.bz2
px4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.zip
Make sure all ARM targets still compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1798 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x/lpc214x_head.S')
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_head.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
index 58b852e60..042262ca9 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
@@ -1,7 +1,7 @@
/*****************************************************************************
* arch/arm/src/lpc214x/lpc214x_head.S
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,8 @@
#include <nuttx/config.h>
#include <arch/board/board.h>
+
+#include "arm.h"
#include "chip.h"
#include "lpc214x_pll.h"
#include "lpc214x_apb.h"