Browse Source

add: 补充luat_pm_power_ctrl空实现

Wendal Chen 3 years ago
parent
commit
eec7d076b1
1 changed files with 6 additions and 0 deletions
  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;
+}
+