Forráskód Böngészése

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

Dozingfiretruck 2 éve
szülő
commit
dad923fa95
1 módosított fájl, 5 hozzáadás és 0 törlés
  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;
+}