replace NULLs with nullptr to be C++11 friendly

This commit is contained in:
Paul
2019-07-27 09:45:18 +02:00
parent 6c32c562f4
commit 33bd95c078
4 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
std::vector<ds_device_t> _devices;
DS18::DS18() {
_wire = NULL;
_wire = nullptr;
_count = 0;
_gpio = GPIO_NONE;
_parasite = 0;