mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-17 11:54:33 +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…
x
Reference in New Issue
Block a user