X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/f419961de4a8e818c602b0642492ce76dd5bf979..04ac67cc3cac14cd601daacd0592121ec0b84012:/lincan/include/can.h diff --git a/lincan/include/can.h b/lincan/include/can.h index 0d450c3..c758e5e 100644 --- a/lincan/include/can.h +++ b/lincan/include/can.h @@ -63,12 +63,12 @@ typedef unsigned long bittiming_t; typedef unsigned short channel_t; /** - * struct can_baudparams_t - datatype for calling CONF_BAUDPARAMS IOCTL + * struct can_baudparams_t - datatype for calling CONF_BAUDPARAMS IOCTL * @flags: reserved for additional flags for chip configuration, should be written -1 or 0 * @baudrate: baud rate in Hz * @sjw: synchronization jump width (0-3) prescaled clock cycles * @sampl_pt: sample point in % (0-100) sets (TSEG1+1)/(TSEG1+TSEG2+2) ratio - * + * * The structure is used to configure new set of parameters into CAN controller chip. * If default value of some field should be preserved, fill field by value -1. */