Add lots of value constructors.

This commit is contained in:
Jared Boone
2016-11-26 16:50:44 -08:00
parent cd31ae86d7
commit 4eb0facacb
54 changed files with 194 additions and 217 deletions

View File

@@ -69,7 +69,7 @@ public:
private:
static constexpr float update_interval { 0.1f };
RSSIStatistics statistics;
RSSIStatistics statistics { };
};
#endif/*__RSSI_STATS_COLLECTOR_H__*/