Missing void declarations in various function parameter added.

This commit is contained in:
Roland Jax
2014-02-20 16:56:26 +01:00
parent 2817b45c11
commit 521fc4c1ae
8 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -190,7 +190,7 @@ eb_raw_file_write(const unsigned char *buf, int buflen)
int
eb_serial_valid()
eb_serial_valid(void)
{
int serial;
@@ -1164,7 +1164,7 @@ eb_cyc_data_process(const unsigned char *buf, int buflen)
}
int
eb_cyc_data_recv()
eb_cyc_data_recv(void)
{
static unsigned char msg[SERIAL_BUFSIZE];
static int msglen = 0;