remove extra semicolon

I was compiling with -Werror and this little error popped up
This commit is contained in:
Kyle Chisholm 2016-08-28 21:48:09 -04:00 committed by GitHub
parent e3177a5ed8
commit b23e7193be
1 changed files with 1 additions and 1 deletions

View File

@ -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)