From 9eb6e49a56899f4347f96a6fbaa4bc89fd6e411c Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 26 Jun 2012 12:39:23 +0000 Subject: Simplify STM32 PM infrastructure git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4870 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/stm32/stm32_pmstandby.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nuttx/arch/arm/src/stm32/stm32_pmstandby.c') 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) -- cgit v1.2.3