15 lines
219 B
C
15 lines
219 B
C
/**
|
|
* @file netconf.h
|
|
* @author ATShining (1358745329@qq.com)
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2024-01-06
|
|
*
|
|
* @copyright Copyright (c) 2024
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
void net_init(void);
|
|
void LwIP_Pkt_Handle(void);
|