commit | 72f9237d93c1a42ce25c86468e3b83f62409a049 | [log] [tgz] |
---|---|---|
author | r.xiao <r.xiao@mobiletek.cn> | Mon Oct 28 04:00:43 2024 -0700 |
committer | r.xiao <r.xiao@mobiletek.cn> | Mon Oct 28 04:00:43 2024 -0700 |
tree | 7e60c7d22fb879bfa2c6cb4461aeb244e33d060e | |
parent | c50110072206cc62c935b6770970c0de5af08ec5 [diff] [blame] |
解耦SLEEP和LPM,LPM在具体API实现,优化GPIOAPI,优化sleep头文件 Change-Id: I7b737054080cb31bf99b6810296fdc40aac925df
diff --git a/mbtk/libmbtk_lib/Makefile b/mbtk/libmbtk_lib/Makefile index 450bc10..f067400 100755 --- a/mbtk/libmbtk_lib/Makefile +++ b/mbtk/libmbtk_lib/Makefile
@@ -141,6 +141,7 @@ # sleep LOCAL_SRC_FILES += \ sleep/mbtk_sleep.c + #wifi LOCAL_SRC_FILES += \ wifi/sta_cli.c \