summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 16:44:08 -0600
commitd699ae3cb3e27074dc6c70bb2cebc577ff5db8d4 (patch)
tree16a334e4719020a14c32aab4ab648a689a7215a2 /nuttx/arch/rgmp
parentd4595268b7c63a72243c5bd8b3eed4def39e9d3c (diff)
downloadpx4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.gz
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.tar.bz2
px4-nuttx-d699ae3cb3e27074dc6c70bb2cebc577ff5db8d4.zip
Move task control files from sched/ to sched/task
Diffstat (limited to 'nuttx/arch/rgmp')
-rw-r--r--nuttx/arch/rgmp/src/nuttx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/rgmp/src/nuttx.c b/nuttx/arch/rgmp/src/nuttx.c
index 0178ae58a..2b20cad64 100644
--- a/nuttx/arch/rgmp/src/nuttx.c
+++ b/nuttx/arch/rgmp/src/nuttx.c
@@ -52,10 +52,11 @@
#include <stdlib.h>
#include <arch/irq.h>
#include <arch/arch.h>
-#include <os_internal.h>
-struct tcb_s *current_task = NULL;
+#include "task/task.h"
+#include "os_internal.h"
+struct tcb_s *current_task = NULL;
/**
* This function is called in non-interrupt context