mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
fix broadcast identifier
This commit is contained in:
parent
0a803a97dd
commit
3768d43d15
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user