Fixed build when another lib does #undef isnan (issue #284)

This commit is contained in:
Benoit Blanchon
2016-06-30 20:22:47 +02:00
parent 907b627e16
commit 729ab56878
4 changed files with 77 additions and 89 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed build when another lib does `#undef isnan` (issue #284)
v5.6.1
------