Update rpl-icmp6.c

This commit is contained in:
kshpylon 2015-02-11 17:26:51 +09:00
parent e67cd7369e
commit db444e14c3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
/*---------------------------------------------------------------------------*/
#define RPL_DIO_GROUNDED 0x80
#define RPL_DIO_MOP_SHIFT 3
#define RPL_DIO_MOP_MASK 0x3c
#define RPL_DIO_MOP_MASK 0x38
#define RPL_DIO_PREFERENCE_MASK 0x07
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])