From ac3eb3210f17aedfed086520c022befb28f7599c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 19 七月 2023 17:46:10 +0800 Subject: [PATCH] 测试提交 --- Src/decadriver/deca_device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/decadriver/deca_device.c b/Src/decadriver/deca_device.c index 9b81fb8..84c91db 100644 --- a/Src/decadriver/deca_device.c +++ b/Src/decadriver/deca_device.c @@ -2987,7 +2987,7 @@ //clear auto INIT2IDLE bit if required // if(idle_rc == DWT_DW_IDLE_RC) // { -// dwt_and8bitoffsetreg(SEQ_CTRL_ID, 0x1, (uint8_t) ~(SEQ_CTRL_AINIT2IDLE_BIT_MASK>>8)); +// dwt_and8bitoffsetreg(SEQ_CTRL_ID, 0x1, (uint8_t) ~(SEQ_CTRL_AINIT2IDLE_BIT_MASK>>8)); // } // Copy config to AON - upload the new configuration -- Gitblit v1.9.3