[fixed]qemu-vexpress-a9/drv_smc911x.c没有包含相应的头文件 (#9040)

Update drv_smc911x.c

代码中用到udelay和mdelay函数,但是没有包含头文件
This commit is contained in:
LaterComer 2024-06-07 21:38:16 +08:00 committed by GitHub
parent f00db6381a
commit fe950fd1c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include <automac.h>
#include <netif/ethernetif.h>
#include <lwipopts.h>
#include "delay.h"
#include "mmu.h"
#include "drv_smc911x.h"