Skip to content

Commit

Permalink
Update rpl-icmp6.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpylon committed Feb 11, 2015
1 parent e67cd73 commit db444e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/net/rpl/rpl-icmp6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit db444e1

Please sign in to comment.