remove extra semicolon
I was compiling with -Werror and this little error popped up
This commit is contained in:
parent
3f8c442204
commit
b5a08fd370
|
@ -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