Advanced unusage of parameters
This commit is contained in:
parent
3d38f50d98
commit
2332f37eca
3 changed files with 13 additions and 12 deletions
|
@ -42,7 +42,7 @@ void SimSerial::println(const char *str)
|
|||
}
|
||||
|
||||
//Used to send serial midi
|
||||
void SimSerial::write(const uint8_t str)
|
||||
void SimSerial::write(const uint8_t __unused str)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue