flash led on tcp get, fix pingbacks on rpl build, patch web data for params

This commit is contained in:
David Kopf 2011-08-31 12:13:31 -04:00
parent dfdae5b02b
commit 3520cc0bae
3 changed files with 18 additions and 5 deletions

View file

@ -101,7 +101,11 @@ void rs232_send(uint8_t port, unsigned char c);
void
raven_ping6(void)
{
#define PING_GOOGLE 0
#if UIP_CONF_IPV6_RPL||1
/* No default router, so pick on someone else */
#define PING_GOOGLE 1
seqno++;
#endif
UIP_IP_BUF->vtc = 0x60;
UIP_IP_BUF->tcflow = 1;