chore(test): add missing header include for clarity

This commit is contained in:
2026-04-13 17:05:36 +08:00
parent be60db6280
commit 8da1d3f13d

View File

@@ -3,7 +3,8 @@
#include <stdarg.h>
#include <string.h>
#include "common_func.h"
#include <common_func.h>
#include <dvi.h>
//BSP板级支持包所需全局变量
unsigned long UART_BASE = 0xbf000000; //UART16550的虚地址