瀏覽代碼

add:pm唤醒引脚添加空实现

Dozingfiretruck 2 年之前
父節點
當前提交
dad923fa95
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      app/port/luat_pm_air101.c

+ 5 - 0
app/port/luat_pm_air101.c

@@ -114,3 +114,8 @@ int luat_pm_power_ctrl(int id, uint8_t onoff) {
     LLOGW("not support yet");
     return -1;
 }
+
+int luat_pm_wakeup_pin(int pin, int val){
+    LLOGW("not support yet");
+    return -1;
+}