diff options
Diffstat (limited to 'Libraries/WiShield/stack.c')
| -rw-r--r-- | Libraries/WiShield/stack.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Libraries/WiShield/stack.c b/Libraries/WiShield/stack.c index 85675f5..e95ba25 100644 --- a/Libraries/WiShield/stack.c +++ b/Libraries/WiShield/stack.c @@ -159,7 +159,15 @@ void stack_process(void) return; } +void stack_send_udp() +{ + uip_process(UIP_UDP_SEND_CONN); + uip_arp_out(); + network_send(); +} + void uip_log(char *m) { + // printf(m); //TODO: Get debug information out here somehow, does anybody know a smart way to do that? } |
