Skip to content
Snippets Groups Projects
Commit ebc26012 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix weird gcc warning with white-space change (!)

parent 35aaad3e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2684 passed
......@@ -365,7 +365,7 @@ BOOL comSetBits(COM_HANDLE handle, size_t byteSize, size_t stopBits)
struct termios t;
if(tcgetattr(handle, &t)==-1)
return FALSE;
return FALSE;
t.c_cflag &= ~CSIZE;
switch(byteSize) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment