mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Fixed GCC warnings
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ArduinoJson
|
||||
|
||||
private:
|
||||
Internals::JsonValue* items;
|
||||
int count, capacity;
|
||||
int capacity, count;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user