소스 검색

add: 补充luat_pm_power_ctrl空实现

Wendal Chen 3 년 전
부모
커밋
eec7d076b1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      application/src/luat_pm_air105.c

+ 6 - 0
application/src/luat_pm_air105.c

@@ -71,3 +71,9 @@ int luat_pm_dtimer_wakeup_id(int* id) {
     return -1;
 }
 
+
+int luat_pm_power_ctrl(int id, uint8_t onoff) {
+    LLOGW("not support yet");
+    return -1;
+}
+