fixed can_filter() prototype (prevents build of LPC1768)

pull/94/head
pbrier 2013-10-26 17:02:29 +02:00
parent 317a1f66d2
commit b1d88905a9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void can_irq_set (can_t *obj, CanIrqType irq, uint32_t enable);
int can_write (can_t *obj, CAN_Message, int cc);
int can_read (can_t *obj, CAN_Message *msg, int handle);
int can_mode (can_t *obj, CanMode mode);
int can_filter (can_t *obj, unsigned int id, unsigned int mask, CANFormat format, int handle);
int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t handle);
void can_reset (can_t *obj);
unsigned char can_rderror (can_t *obj);
unsigned char can_tderror (can_t *obj);