Don't define NULL internally
This commit is contained in:
parent
f56822e968
commit
b6aac6b008
@ -47,8 +47,8 @@
|
||||
#include "contiki.h"
|
||||
#include "lib/list.h"
|
||||
|
||||
#define NULL 0
|
||||
|
||||
#include <string.h>
|
||||
/*---------------------------------------------------------------------------*/
|
||||
struct list {
|
||||
struct list *next;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user