mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-17 05:12:20 -04:00
fw: remove warning of missing prototypes when building with QEMU console
enabled.
This commit is contained in:
parent
613316f53e
commit
81950ef7b2
2 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ void htif_putc(char ch)
|
|||
htif_putchar(ch);
|
||||
}
|
||||
|
||||
void htif_lf()
|
||||
void htif_lf(void)
|
||||
{
|
||||
htif_putchar('\n');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue