Merge pull request #14 from ZYQ-FEIYUE/main

fix compile print bug
This commit is contained in:
WeAct Studio
2022-08-28 23:36:36 +08:00
committed by GitHub

View File

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