瀏覽代碼

add:pm多加一个reset的c接口

alienwalker 2 年之前
父節點
當前提交
43cb19278e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      luat/include/luat_pm.h

+ 2 - 0
luat/include/luat_pm.h

@@ -75,6 +75,8 @@ int luat_pm_dtimer_wakeup_id(int* id);
 
 int luat_pm_poweroff(void);
 
+int luat_pm_reset(void);
+
 int luat_pm_power_ctrl(int id, uint8_t val);
 
 int luat_pm_get_poweron_reason(void);