Commit 67161910 authored by Kyle Chisholm's avatar Kyle Chisholm Committed by GitHub

remove extra semicolon

I was compiling with -Werror and this little error popped up
parent 04713212
...@@ -399,7 +399,7 @@ bool SendControl(u8 d) ...@@ -399,7 +399,7 @@ bool SendControl(u8 d)
} }
_cmark++; _cmark++;
return true; return true;
}; }
// Clipped by _cmark/_cend // Clipped by _cmark/_cend
int USB_SendControl(u8 flags, const void* d, int len) int USB_SendControl(u8 flags, const void* d, int len)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment