Skip to content
Snippets Groups Projects
Commit e7c25a05 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

That's not a semi-colon!

parent afbff43c
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3740 passed
...@@ -50,7 +50,7 @@ char* comVersion(char* str, size_t len) ...@@ -50,7 +50,7 @@ char* comVersion(char* str, size_t len)
COM_HANDLE comOpen(const char* device) COM_HANDLE comOpen(const char* device)
{ {
char *dp = device' char *dp = device;
COM_HANDLE handle; COM_HANDLE handle;
COMMTIMEOUTS timeouts; COMMTIMEOUTS timeouts;
DCB dcb; DCB dcb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment