Allow to provide custom COM port address
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-29 23:44:52 +01:00
parent feabac2d98
commit 94e9fa1293
3 changed files with 55 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ XTCDECL
XTSTATUS
HlInitializeComPort(IN OUT PCPPORT Port,
IN ULONG PortNumber,
IN PUCHAR PortAddress,
IN ULONG BaudRate);
#endif /* __XTDK_HLFUNCS_H */