X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cb551cc1582f3b51cf17e80730bee3c2f0701c3f..c61a955168179d9b11a8f420979eed5cc24869c0:/lincan/src/pc_i03.c diff --git a/lincan/src/pc_i03.c b/lincan/src/pc_i03.c index d926e33..c7b3863 100644 --- a/lincan/src/pc_i03.c +++ b/lincan/src/pc_i03.c @@ -231,7 +231,7 @@ int pci03_program_irq(struct candevice_t *candev) * Return Value: The function does not return a value * File: src/pc-i03.c */ -void pci03_write_register(unsigned char data, unsigned long address) +void pci03_write_register(unsigned data, unsigned long address) { unsigned int *pci03_base_ptr; unsigned short address_to_write;