Skip to content

Commit 2a546de

Browse files
authored
Merge pull request #5309 from ChisholmKyle/patch-1
remove extra semicolon
2 parents 4e1f167 + b23e719 commit 2a546de

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)