fw: remove warning of missing prototypes when building with QEMU console

enabled.
This commit is contained in:
Daniel Jobson 2024-09-06 13:00:47 +02:00 committed by Michael Cardell Widerkrantz
parent 613316f53e
commit 81950ef7b2
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
2 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ void htif_putc(char ch)
htif_putchar(ch);
}
void htif_lf()
void htif_lf(void)
{
htif_putchar('\n');
}