فهرست منبع

版本号为;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
     };