mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
commit
d477dca89a
@ -9,8 +9,6 @@
|
||||
#ifndef __QUEUE_H
|
||||
#define __QUEUE_H
|
||||
|
||||
#include "queue.h"
|
||||
|
||||
typedef struct queue_node_t {
|
||||
struct queue_node_t *next;
|
||||
unsigned int data;
|
||||
|
@ -45,7 +45,7 @@ and the mailinglist (subscription via web site)
|
||||
#define MMR_TYPE_RREP (2)
|
||||
#define MMR_TYPE_RERR (3)
|
||||
|
||||
#define ADDRESS_LIST_SIZE (21)
|
||||
#define ADDRESS_LIST_SIZE (21)
|
||||
|
||||
#define RERR_NODE_UNREACHABLE (1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user