summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/m16c_timerisr.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-15 19:09:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-15 19:09:28 +0000
commita22e98a5e881cc217f56da8a2582e54177cca8c5 (patch)
treeca1b2f531d1ee742760851a29d569765b6cc9379 /nuttx/arch/sh/src/m16c/m16c_timerisr.c
parent7dec1c70ecb7e1430322b96193de262159e37827 (diff)
downloadpx4-nuttx-a22e98a5e881cc217f56da8a2582e54177cca8c5.tar.gz
px4-nuttx-a22e98a5e881cc217f56da8a2582e54177cca8c5.tar.bz2
px4-nuttx-a22e98a5e881cc217f56da8a2582e54177cca8c5.zip
Add support for nestable interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1506 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/m16c/m16c_timerisr.c')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_timerisr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_timerisr.c b/nuttx/arch/sh/src/m16c/m16c_timerisr.c
index 962166071..3cc632719 100644
--- a/nuttx/arch/sh/src/m16c/m16c_timerisr.c
+++ b/nuttx/arch/sh/src/m16c/m16c_timerisr.c
@@ -41,7 +41,9 @@
#include <sys/types.h>
#include <time.h>
#include <debug.h>
+
#include <nuttx/arch.h>
+#include <arch/board/board.h>
#include "clock_internal.h"
#include "up_internal.h"