Fix unused parameter

This commit is contained in:
Scott Shawcroft 2018-12-07 09:56:35 -08:00
parent df84da5913
commit 89ef6eef57
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 0 deletions

View File

@ -43,4 +43,5 @@ bool serial_bytes_available(void) {
}
void serial_write(const char* text) {
(void) text;
}