This commit is contained in:
cfif 2026-05-20 17:19:15 +03:00
parent b14c25bc1e
commit 77642131d9
1 changed files with 4 additions and 4 deletions

View File

@ -41,13 +41,13 @@ typedef struct {
uint8_t g_aRxBuffer[8];
} tLinData;
typedef uint8_t (* LinIOTransaction )(void *env, uint32_t timeout);
typedef uint8_t (* LinIOTransaction )(void *env, tLinData *linData, uint32_t timeout);
typedef struct {
void *env;
LinIOTransaction runCommand;
LinIOTransaction getCommand;
} tLinIO;
LinIOTransaction receivedCommand;
LinIOTransaction transmitCommand;
} tSerialPortLinIO;
#endif //MODULE_LINIO_H