eth.c
来自「用8051做的WEB SERVER」· C语言 代码 · 共 17 行
C
17 行
//-----------------------------------------------------------------------------
// Net ETH.C
//
// This module is the Ethernet layer
//-----------------------------------------------------------------------------
#include <absacc.h>
#include <string.h>
#include <stdlib.h>
#include "AT89X52.h"
#include "net.h"
#include "serial.h"
#include "arp.h"
#include "ip.h"
#include "eth.h"
#define reg00 XBYTE[0xC300] //reg00- 10 isa
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?