summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_pmstandby.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-26 12:39:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-26 12:39:23 +0000
commit9eb6e49a56899f4347f96a6fbaa4bc89fd6e411c (patch)
treee7a8ec3cdf98cfb7dc1c2083f5425dd7511428ac /nuttx/arch/arm/src/stm32/stm32_pmstandby.c
parent45062eebeb8e3cca452ad08861f047106a101597 (diff)
downloadpx4-nuttx-9eb6e49a56899f4347f96a6fbaa4bc89fd6e411c.tar.gz
px4-nuttx-9eb6e49a56899f4347f96a6fbaa4bc89fd6e411c.tar.bz2
px4-nuttx-9eb6e49a56899f4347f96a6fbaa4bc89fd6e411c.zip
Simplify STM32 PM infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4870 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_pmstandby.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_pmstandby.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_pmstandby.c b/nuttx/arch/arm/src/stm32/stm32_pmstandby.c
index 6846ac1f1..9aacfaa9a 100644
--- a/nuttx/arch/arm/src/stm32/stm32_pmstandby.c
+++ b/nuttx/arch/arm/src/stm32/stm32_pmstandby.c
@@ -77,10 +77,6 @@
* and a negated errno value is returned to indicate the cause of the
* failure.
*
- * Assumptions:
- * The caller holds the PM semaphore (g_pmsem) if this function is used
- * as part of the NuttX power management logic.
- *
****************************************************************************/
int stm32_pmstandby(void)