소스 검색

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

Dozingfiretruck 3 년 전
부모
커밋
2049e2a8fd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}