summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_free.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-06 01:44:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-06 01:44:57 +0000
commit7b6936598c0f53b68c26ac827d2d33e89c52c2b5 (patch)
treee47988218982531e9c9d129ce3170d7efe1a3534 /nuttx/sched/sched_free.c
parent8542f3ce1b6c90106d4c113cd708996b937654a2 (diff)
downloadpx4-nuttx-7b6936598c0f53b68c26ac827d2d33e89c52c2b5.tar.gz
px4-nuttx-7b6936598c0f53b68c26ac827d2d33e89c52c2b5.tar.bz2
px4-nuttx-7b6936598c0f53b68c26ac827d2d33e89c52c2b5.zip
Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4805 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sched_free.c')
-rw-r--r--nuttx/sched/sched_free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_free.c b/nuttx/sched/sched_free.c
index 2bdf9670e..e7c8bf56b 100644
--- a/nuttx/sched/sched_free.c
+++ b/nuttx/sched/sched_free.c
@@ -2,7 +2,7 @@
* sched/sched_free.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions