fix compile print bug

This commit is contained in:
ZYQ-FEIYUE
2022-08-28 23:34:54 +08:00
parent 7d20bdfcf0
commit bf1cef1efd

View File

@@ -23,6 +23,9 @@
#include <stdarg.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "Print.h"
#include "libcore/config/mcu_config.h"