Fixed error when assigning a volatile int to a JsonVariant (issue #415)

This commit is contained in:
Benoit Blanchon
2017-01-11 10:17:27 +01:00
parent f17e1c4a80
commit 11432253a1
3 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed error when assigning a `volatile int` to a `JsonVariant` (issue #415)
v5.8.0
------