mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed compilation error when isdigit() is a macro (fixes #1487)
This commit is contained in:
		| @@ -39,6 +39,15 @@ | ||||
| #define _max() | ||||
| #define _min() | ||||
|  | ||||
| // Realtek Ameba | ||||
| #define isdigit(c) (((c) >= '0') && ((c) <= '9')) | ||||
| #define isprint(c) | ||||
| #define isxdigit(c) | ||||
| #define isspace(c) | ||||
| #define isupper(c) | ||||
| #define islower(c) | ||||
| #define isalpha(c) | ||||
|  | ||||
| // issue #839 | ||||
| #define BLOCKSIZE | ||||
| #define CAPACITY | ||||
|   | ||||
		Reference in New Issue
	
	Block a user