DEV: Makefile rule correction and some warning suppression

This commit is contained in:
Christos Houtouridis
2019-11-14 13:43:25 +02:00
parent 4d9e2e4678
commit ee9b93317b
4 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -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