forgot a "void" here.

This commit is contained in:
Stefan `Sec` Zehl 2011-07-29 19:01:41 +02:00
parent ad62356734
commit 3fc7fb22ac
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ void usbCDCInit(){
#endif
}
usbCDCOff(void){
void usbCDCOff(void){
USB_Connect(FALSE);
}