[SX1231] Fixes from cppcheck scan

This commit is contained in:
jgromes 2020-07-04 14:24:14 +02:00
parent 0a53900b51
commit 638bcfd32b

View file

@ -49,7 +49,7 @@ class SX1231: public RF69 {
#ifndef RADIOLIB_GODMODE
private:
#endif
uint8_t _chipRevision;
uint8_t _chipRevision = 0;
};
#endif