synced with comedi.

This commit is contained in:
Frank Mori Hess 2007-01-08 21:54:15 +00:00
parent 6a0fc4a5e5
commit a5cbc369a1

View file

@ -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,