mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
Fixed compilation fails, adjust redefined #define __P(x) x,closed #206.
This commit is contained in:
parent
45fc29c6c2
commit
960032ddd8
@ -281,7 +281,9 @@ typedef long long quad_t;
|
||||
typedef unsigned long long u_quad_t;
|
||||
typedef double rtype;
|
||||
|
||||
#define __P(x) x
|
||||
#ifndef __P
|
||||
#define __P(args) args
|
||||
#endif
|
||||
|
||||
static char * _getbase __P((char *, int *));
|
||||
static int _atob __P((unsigned long long *, char *p, int));
|
||||
|
Loading…
x
Reference in New Issue
Block a user