DEV: Makefile rule correction and some warning suppression
This commit is contained in:
@@ -36,7 +36,7 @@ namespace test_1w {
|
||||
// return the given. This also mean no-device
|
||||
return byte;
|
||||
}
|
||||
void UART_BR (uint32_t br) {} // imaginary baud-rate implementation
|
||||
void UART_BR (uint32_t br) { (void)br; } // imaginary baud-rate implementation
|
||||
};
|
||||
|
||||
// fixture
|
||||
|
||||
Reference in New Issue
Block a user