瀏覽代碼

版本号为;2.0.0.8,唤醒方式修改为上升沿

CHENJIE-PC\QiXiang_CHENJIE 4 年之前
父節點
當前提交
b81f4d6903
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bsp_custom.c

+ 1 - 1
src/bsp_custom.c

@@ -120,7 +120,7 @@ static void PMU_WakeupPadInit(void)
 {
     const padWakeupSettings_t cfg =
     {
-        false, true,             // group0 posedge, negedge
+        true, false,             // group0 posedge, negedge
         true, true,             // group1 posedge, negedge
         true, true,             // group2 posedge, negedge
     };