Skip to content

Commit b23e719

Browse files
author
Kyle Chisholm
authored
remove extra semicolon
I was compiling with -Werror and this little error popped up
1 parent e3177a5 commit b23e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/cores/arduino/USBCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ bool SendControl(u8 d)
399399
}
400400
_cmark++;
401401
return true;
402-
};
402+
}
403403

404404
// Clipped by _cmark/_cend
405405
int USB_SendControl(u8 flags, const void* d, int len)

0 commit comments

Comments
 (0)