ulog:fixed compile err
syslog.c:154:34: error: unknown type name 'uint8_t'
This commit is contained in:
parent
4bf1535c42
commit
3f3ff458ed
|
@ -11,6 +11,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <ulog.h>
|
||||
#include <rthw.h>
|
||||
#include <stdint.h>
|
||||
#include "syslog.h"
|
||||
|
||||
#ifdef ULOG_OUTPUT_FLOAT
|
||||
|
|
Loading…
Reference in New Issue