mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
remove extra semicolon
I was compiling with -Werror and this little error popped up
This commit is contained in:
parent
e3177a5ed8
commit
b23e7193be
@ -399,7 +399,7 @@ bool SendControl(u8 d)
|
||||
}
|
||||
_cmark++;
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
// Clipped by _cmark/_cend
|
||||
int USB_SendControl(u8 flags, const void* d, int len)
|
||||
|
Loading…
Reference in New Issue
Block a user