Browse Source

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

Dozingfiretruck 3 years ago
parent
commit
2049e2a8fd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      application/src/luat_pm_air105.c

+ 4 - 0
application/src/luat_pm_air105.c

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