1
0
Fork 0
forked from nuttx/nuttx-update

arch/sim: fix function prototype compilation warning

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-07-07 11:59:03 +03:00 committed by Alan Carvalho de Assis
parent b5cd7c2a82
commit f7dfe8326f

View file

@ -150,7 +150,7 @@ err:
return -1;
}
struct init_message *create_init_message()
struct init_message *create_init_message(void)
{
struct init_message *m;