Browse Source

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

Dozingfiretruck 2 years ago
parent
commit
dad923fa95
1 changed files with 5 additions and 0 deletions
  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;
+}