ulog:fixed compile err

syslog.c:154:34: error: unknown type name 'uint8_t'
This commit is contained in:
michael 2020-09-04 11:15:02 +08:00
parent 4bf1535c42
commit 3f3ff458ed
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <stdarg.h>
#include <ulog.h>
#include <rthw.h>
#include <stdint.h>
#include "syslog.h"
#ifdef ULOG_OUTPUT_FLOAT