forked from M-Labs/artiq
log.c: fix warnings.
This commit is contained in:
parent
9fd25a1cc4
commit
30cdb209c6
|
@ -1,5 +1,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <console.h>
|
||||
|
||||
#include <generated/csr.h>
|
||||
|
|
|
@ -12,6 +12,6 @@ void log_va(const char *fmt, va_list args);
|
|||
void log(const char *fmt, ...);
|
||||
|
||||
void log_get(char *outbuf);
|
||||
void log_clear();
|
||||
void log_clear(void);
|
||||
|
||||
#endif /* __LOG_H */
|
||||
|
|
Loading…
Reference in New Issue