Replace NULL by nullptr

correct c++11
This commit is contained in:
Rotzbua
2017-05-11 11:01:55 +02:00
parent a1d0a1313d
commit f82bcc4046
3 changed files with 15 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ unreleased
- Removed: MFRC522(byte resetPowerDownPin);
- Changed default initialisation of SS pin with constants of arduino.h are not done anymore
- Replaced UINT8_MAX by UNUSED_PIN
- Replaced default value NULL for pointer with correct nullptr
-
22 Mar 2017, v1.3.6