Don't define NULL internally

This commit is contained in:
George Oikonomou 2017-12-16 01:13:34 +00:00
parent f56822e968
commit b6aac6b008
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
#include "contiki.h"
#include "lib/list.h"
#define NULL 0
#include <string.h>
/*---------------------------------------------------------------------------*/
struct list {
struct list *next;
};