20240909-DXSPX-emb/LWIP移植(移植+任务(netconn + socket))/Src/Usr/Driver/DrvSys.h
2024-10-15 13:48:59 +08:00

12 lines
114 B
C

#ifndef _DRVSYS_H_
#define _DRVSYS_H_
#include <stdbool.h>
#include <stdint.h>
void DrvSysInit(void);
#endif