Skip to content

Commit

Permalink
sys/net/sixlowpan: Add ul suffix to constants to fix warnings on msp430
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Gebart committed Jul 14, 2015
1 parent 89fa57c commit 4562f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/network_layer/sixlowpan/lowpan.c
Expand Up @@ -57,7 +57,7 @@ static char addr_str[IPV6_MAX_ADDR_STR_LEN];

#define SIXLOWPAN_MAX_REGISTERED (4)

#define LOWPAN_REAS_BUF_TIMEOUT (15 * 1000 * 1000)
#define LOWPAN_REAS_BUF_TIMEOUT (15ul * 1000ul * 1000ul)
/* TODO: Set back to 3 * 1000 * (1000) */

#define IPV6_LL_ADDR_LEN (8)
Expand Down

0 comments on commit 4562f6b

Please sign in to comment.