summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_setup.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 17:08:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 17:08:05 +0000
commitd4f68df6c899491fe189a1761cb247cbcc3b45da (patch)
tree7f0639c4e1ddc2606a42280e4f950a66fd118122 /nuttx/sched/task_setup.c
parentd340df87111d2c9ba81ec5c9773d481896717c51 (diff)
downloadpx4-nuttx-d4f68df6c899491fe189a1761cb247cbcc3b45da.tar.gz
px4-nuttx-d4f68df6c899491fe189a1761cb247cbcc3b45da.tar.bz2
px4-nuttx-d4f68df6c899491fe189a1761cb247cbcc3b45da.zip
Some context switch fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3066 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/task_setup.c')
-rw-r--r--nuttx/sched/task_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/task_setup.c b/nuttx/sched/task_setup.c
index 61ca424f0..217bdc892 100644
--- a/nuttx/sched/task_setup.c
+++ b/nuttx/sched/task_setup.c
@@ -1,7 +1,7 @@
/****************************************************************************
* sched/task_setup.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without