feat(esp8266): Remove the define of LOCAL

This commit is contained in:
Wu Jian Gang
2018-05-24 15:21:10 +08:00
parent a11d2a6293
commit 16c6784e66

View File

@ -63,8 +63,6 @@ typedef double real64;
#define __le16 u16
#define LOCAL static
#ifndef NULL
#define NULL (void *)0
#endif /* NULL */