chore(test): add missing header include for clarity
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "common_func.h"
|
#include <common_func.h>
|
||||||
|
#include <dvi.h>
|
||||||
|
|
||||||
//BSP板级支持包所需全局变量
|
//BSP板级支持包所需全局变量
|
||||||
unsigned long UART_BASE = 0xbf000000; //UART16550的虚地址
|
unsigned long UART_BASE = 0xbf000000; //UART16550的虚地址
|
||||||
|
|||||||
Reference in New Issue
Block a user