mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Rename UInt to JsonUInt
				
					
				
			This commit is contained in:
		| @@ -13,10 +13,10 @@ namespace ARDUINOJSON_NAMESPACE { | ||||
|  | ||||
| #if ARDUINOJSON_USE_LONG_LONG | ||||
| typedef int64_t JsonInteger; | ||||
| typedef uint64_t UInt; | ||||
| typedef uint64_t JsonUInt; | ||||
| #else | ||||
| typedef long JsonInteger; | ||||
| typedef unsigned long UInt; | ||||
| typedef unsigned long JsonUInt; | ||||
| #endif | ||||
|  | ||||
| }  // namespace ARDUINOJSON_NAMESPACE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user