X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cb551cc1582f3b51cf17e80730bee3c2f0701c3f..c61a955168179d9b11a8f420979eed5cc24869c0:/lincan/src/pcm3680.c diff --git a/lincan/src/pcm3680.c b/lincan/src/pcm3680.c index 2d17861..43b58f6 100644 --- a/lincan/src/pcm3680.c +++ b/lincan/src/pcm3680.c @@ -237,7 +237,7 @@ int pcm3680_program_irq(struct candevice_t *candev) * Return Value: The function does not return a value * File: src/template.c */ -void pcm3680_write_register(unsigned char data, unsigned long address) +void pcm3680_write_register(unsigned data, unsigned long address) { writeb(data,address); }