Browse Source

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

CHENJIE-PC\QiXiang_CHENJIE 4 năm trước cách đây
mục cha
commit
b81f4d6903
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     };