9
0
Fork 0

remove unneeded colatile from variable

This commit is contained in:
Sascha Hauer 2007-10-11 21:54:33 +02:00
parent 9626c6084f
commit 90f72b1520
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static void
PingHandler (uchar * pkt, unsigned dest, unsigned src, unsigned len)
{
IPaddr_t tmp;
volatile IP_t *ip = (volatile IP_t *)pkt;
IP_t *ip = (IP_t *)pkt;
tmp = NetReadIP((void *)&ip->ip_src);
if (tmp != NetPingIP)