Init
This commit is contained in:
parent
b14c25bc1e
commit
77642131d9
|
|
@ -41,13 +41,13 @@ typedef struct {
|
||||||
uint8_t g_aRxBuffer[8];
|
uint8_t g_aRxBuffer[8];
|
||||||
} tLinData;
|
} tLinData;
|
||||||
|
|
||||||
typedef uint8_t (* LinIOTransaction )(void *env, uint32_t timeout);
|
typedef uint8_t (* LinIOTransaction )(void *env, tLinData *linData, uint32_t timeout);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *env;
|
void *env;
|
||||||
LinIOTransaction runCommand;
|
LinIOTransaction receivedCommand;
|
||||||
LinIOTransaction getCommand;
|
LinIOTransaction transmitCommand;
|
||||||
} tLinIO;
|
} tSerialPortLinIO;
|
||||||
|
|
||||||
|
|
||||||
#endif //MODULE_LINIO_H
|
#endif //MODULE_LINIO_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue