projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA32U2.
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
uip_arp.c
diff --git
a/Projects/Webserver/Lib/uip/uip_arp.c
b/Projects/Webserver/Lib/uip/uip_arp.c
index
56dff9c
..
b7e3b73
100644
(file)
--- a/
Projects/Webserver/Lib/uip/uip_arp.c
+++ b/
Projects/Webserver/Lib/uip/uip_arp.c
@@
-364,7
+364,7
@@
uip_arp_out(void)
struct arp_entry *tabptr = NULL;
/* Find the destination IP address in the ARP table and construct
struct arp_entry *tabptr = NULL;
/* Find the destination IP address in the ARP table and construct
- the Ethernet header. If the destination IP addres isn't on the
+ the Ethernet header. If the destination IP addres
s
isn't on the
local network, we use the default router's IP address instead.
If not ARP table entry is found, we overwrite the original IP
local network, we use the default router's IP address instead.
If not ARP table entry is found, we overwrite the original IP