From: Frank Mori Hess Date: Mon, 8 Jan 2007 21:54:15 +0000 (+0000) Subject: synced with comedi. X-Git-Tag: v0_8_0~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5cbc369a1e129f491415208cc907901b9a7a260;p=comedilib.git synced with comedi. --- diff --git a/include/comedi.h b/include/comedi.h index a126880..db0ca89 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -567,7 +567,7 @@ enum ni_gpct_mode_bits * INSN_CONFIG_SET_CLOCK_SRC when using NI general-purpose counters. */ enum ni_gpct_clock_source_bits { - NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x1f, + NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x3f, NI_GPCT_TIMEBASE_1_CLOCK_SRC_BITS = 0x0, NI_GPCT_TIMEBASE_2_CLOCK_SRC_BITS = 0x1, NI_GPCT_TIMEBASE_3_CLOCK_SRC_BITS = 0x2,