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 04713212a8
commit 671619100d
1 changed files with 1 additions and 1 deletions

View File

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