mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-08 03:03:07 +08:00
ulog:fixed compile err
syslog.c:154:34: error: unknown type name 'uint8_t'
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <ulog.h>
|
||||
#include <rthw.h>
|
||||
#include <stdint.h>
|
||||
#include "syslog.h"
|
||||
|
||||
#ifdef ULOG_OUTPUT_FLOAT
|
||||
|
||||
Reference in New Issue
Block a user