Suppress more UNUSED warnings (#14466)
This commit is contained in:
committed by
Scott Lahteine
parent
82ecaa767e
commit
16409eb233
@@ -56,6 +56,7 @@ static int pending_char = -1;
|
||||
|
||||
// Public Methods
|
||||
void MarlinSerialUSB::begin(const long baud_setting) {
|
||||
UNUSED(baud_setting);
|
||||
}
|
||||
|
||||
void MarlinSerialUSB::end() {
|
||||
|
||||
Reference in New Issue
Block a user