summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 20:14:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 20:14:44 +0000
commit320b77b830a435e84943e0705b464a3dd20a7135 (patch)
tree79a56a4c5a5fa1c9496f45eb73130cfc3077d247 /nuttx/arch
parent791349cf2274a473218e5734f172186473013177 (diff)
downloadpx4-nuttx-320b77b830a435e84943e0705b464a3dd20a7135.tar.gz
px4-nuttx-320b77b830a435e84943e0705b464a3dd20a7135.tar.bz2
px4-nuttx-320b77b830a435e84943e0705b464a3dd20a7135.zip
lm3s6918 passes OS test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1801 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/common/up_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/common/up_exit.c b/nuttx/arch/arm/src/common/up_exit.c
index 63e086c39..dea542181 100644
--- a/nuttx/arch/arm/src/common/up_exit.c
+++ b/nuttx/arch/arm/src/common/up_exit.c
@@ -1,7 +1,7 @@
/****************************************************************************
* common/up_exit.c
*
- * 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
@@ -42,6 +42,7 @@
#include <sched.h>
#include <debug.h>
#include <nuttx/arch.h>
+
#include "os_internal.h"
#include "up_internal.h"