enable all warnings

This commit is contained in:
hathach
2018-12-07 14:49:55 +07:00
parent f769ecddaf
commit d524da0c94
18 changed files with 56 additions and 13 deletions
+1
View File
@@ -242,6 +242,7 @@ uint8_t board_uart_getchar(void)
void board_uart_putchar(uint8_t c)
{
(void) c;
}
#endif