aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_post.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-23 20:14:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-23 20:14:21 +0000
commit3e42396a44aaaf963829e9291c703162c3a09bfe (patch)
treecff1dab1c7daaf9d6ba4d5aceaf5512e386bccf1 /nuttx/sched/sem_post.c
parent72dfc599ee8982c845eaec8b8ed9d07b0faa182c (diff)
downloadpx4-firmware-3e42396a44aaaf963829e9291c703162c3a09bfe.tar.gz
px4-firmware-3e42396a44aaaf963829e9291c703162c3a09bfe.tar.bz2
px4-firmware-3e42396a44aaaf963829e9291c703162c3a09bfe.zip
Updated comments; starting to implement priority protection but backed everything out but some changes to comments
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4510 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched/sem_post.c')
-rw-r--r--nuttx/sched/sem_post.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/sem_post.c b/nuttx/sched/sem_post.c
index b29cdfb15..183ca362a 100644
--- a/nuttx/sched/sem_post.c
+++ b/nuttx/sched/sem_post.c
@@ -1,8 +1,8 @@
/****************************************************************************
* sched/sem_post.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved.
+ * 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