Fixed error "attributes are not allowed on a function-definition"

This commit is contained in:
Benoit Blanchon
2019-03-24 18:59:44 +01:00
parent ebc52a5a65
commit 9862048a58
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed error "attributes are not allowed on a function-definition"
v6.10.0 (2019-03-22)
-------