File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -681,8 +681,8 @@ static inline void touch_ll_stop_fsm(void)
681681 */
682682static inline void touch_ll_start_sw_meas (void )
683683{
684- SENS .sar_touch_ctrl2 .touch_start_en = 0 ;
685684 SENS .sar_touch_ctrl2 .touch_start_en = 1 ;
685+ SENS .sar_touch_ctrl2 .touch_start_en = 0 ;
686686}
687687
688688/**
Original file line number Diff line number Diff line change @@ -1061,8 +1061,8 @@ static inline bool touch_ll_get_fsm_state(void)
10611061 */
10621062static inline void touch_ll_start_sw_meas (void )
10631063{
1064- RTCCNTL .touch_ctrl2 .touch_start_en = 0 ;
10651064 RTCCNTL .touch_ctrl2 .touch_start_en = 1 ;
1065+ RTCCNTL .touch_ctrl2 .touch_start_en = 0 ;
10661066}
10671067
10681068/**
Original file line number Diff line number Diff line change @@ -1086,8 +1086,8 @@ static inline bool touch_ll_get_fsm_state(void)
10861086 */
10871087static inline void touch_ll_start_sw_meas (void )
10881088{
1089- RTCCNTL .touch_ctrl2 .touch_start_en = 0 ;
10901089 RTCCNTL .touch_ctrl2 .touch_start_en = 1 ;
1090+ RTCCNTL .touch_ctrl2 .touch_start_en = 0 ;
10911091}
10921092
10931093/**
You can’t perform that action at this time.
0 commit comments