Skip to content

Commit 71b237c

Browse files
committed
qtouch: Update prescaler enum according to latest qtouch template
1 parent 0783a54 commit 71b237c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/asf4-drivers/qtouch/include/qtm_acq_same54_0x000f_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ typedef enum tag_gain_t { GAIN_1, GAIN_2, GAIN_4, GAIN_8, GAIN_16 } gain_t;
8080
*
8181
*/
8282
typedef enum tag_prsc_div_sel_t {
83-
PRSC_DIV_SEL_1,
8483
PRSC_DIV_SEL_2,
8584
PRSC_DIV_SEL_4,
8685
PRSC_DIV_SEL_8,
8786
PRSC_DIV_SEL_16,
8887
PRSC_DIV_SEL_32,
8988
PRSC_DIV_SEL_64,
90-
PRSC_DIV_SEL_128
89+
PRSC_DIV_SEL_128,
90+
PRSC_DIV_SEL_256
9191
} prsc_div_sel_t;
9292

9393
/**

0 commit comments

Comments
 (0)