Обновление
This commit is contained in:
parent
e05401a27c
commit
f5dd7f7872
|
|
@ -6,7 +6,7 @@
|
|||
#define MODULE_SERIALPORTFRAMEIO_H
|
||||
#include "stdint.h"
|
||||
|
||||
typedef uint16_t (*SerialPortFrameReceivedTransaction )(void *env, uint8_t u8CanIndex, uint8_t *data, uint16_t size, uint32_t timeout);
|
||||
typedef uint16_t (*SerialPortFrameReceivedTransaction )(void *env, uint8_t idFilter, uint8_t *data, uint16_t size, uint32_t timeout);
|
||||
typedef uint16_t (*SerialPortFrameTransmitTransaction )(void *env, uint8_t *data, uint16_t size, uint32_t timeout);
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue