Fixed Clang warning "register specifier is deprecated" (issue #102)

This commit is contained in:
Benoit Blanchon
2015-08-26 20:49:24 +02:00
parent a8265a799d
commit 0cf8249b14
4 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
v5.0.2
------
* Fixed Clang warning "register specifier is deprecated" (issue #102)
v5.0.1
------