Skip to content

Commit

Permalink
fix broadcast identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mehlis committed Dec 18, 2013
1 parent 0a803a9 commit 3768d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/ccn_lite/ccnl-riot-compat.h
Expand Up @@ -20,7 +20,7 @@

#define RIOT_CCN_EVENT_NUMBER_OFFSET (1 << 8)

#define RIOT_BROADCAST ((1 << sizeof(radio_address_t))-1)
#define RIOT_BROADCAST (UINT16_MAX)

typedef struct riot_ccnl_msg {
void *payload;
Expand Down

0 comments on commit 3768d43

Please sign in to comment.