You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/30 14:16:12 UTC

[incubator-nuttx] branch master updated: power: Open CONFIG_PM compilation failed

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new ee6138e  power: Open CONFIG_PM compilation failed
ee6138e is described below

commit ee6138e9baf824626c7e86ad37d323a561b3d35b
Author: liuhuan <li...@xiaomi.com>
AuthorDate: Thu Sep 30 16:08:10 2021 +0800

    power: Open CONFIG_PM compilation failed
    
    include debug.h
    
    Signed-off-by: liuhuan <li...@xiaomi.com>
---
 arch/sim/src/sim/up_idle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sim/src/sim/up_idle.c b/arch/sim/src/sim/up_idle.c
index 6de19e9..be66287 100644
--- a/arch/sim/src/sim/up_idle.c
+++ b/arch/sim/src/sim/up_idle.c
@@ -23,7 +23,7 @@
  ****************************************************************************/
 
 #include <nuttx/config.h>
-
+#include <debug.h>
 #include <nuttx/arch.h>
 #include <nuttx/power/pm.h>