Ver código fonte

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

Dozingfiretruck 2 anos atrás
pai
commit
dad923fa95
1 arquivos alterados com 5 adições e 0 exclusões
  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;
+}