20260324
This commit is contained in:
11
IAPV1.1/Driver/net/hal.h
Normal file
11
IAPV1.1/Driver/net/hal.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __HAL_H
|
||||
#define __HAL_H
|
||||
static unsigned char myip[4] = {192,168,2,8};
|
||||
static unsigned char fwip[4];
|
||||
static unsigned char tempfwip[16];
|
||||
static unsigned char fwmac[6];
|
||||
static unsigned char tempfwmac[17];
|
||||
static unsigned char my_ip[13] = {"192.168.2.8"};
|
||||
static unsigned char iptemp[4];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user