X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cb551cc1582f3b51cf17e80730bee3c2f0701c3f..c61a955168179d9b11a8f420979eed5cc24869c0:/lincan/src/template.c diff --git a/lincan/src/template.c b/lincan/src/template.c index f530228..6f49e8d 100644 --- a/lincan/src/template.c +++ b/lincan/src/template.c @@ -214,7 +214,7 @@ int template_program_irq(struct candevice_t *candev) * Return Value: The function does not return a value * File: src/template.c */ -void template_write_register(unsigned char data, unsigned long address) +void template_write_register(unsigned data, unsigned long address) { outb(data,address); }