mirror of https://github.com/ARMmbed/mbed-os.git
fixed can_filter() prototype (prevents build of LPC1768)
parent
317a1f66d2
commit
b1d88905a9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue