Fix compilation error (#9816)

* Fix compilation error

* Fix compilation error

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
This commit is contained in:
s-hadinger 2020-11-11 19:26:38 +01:00 committed by GitHub
parent 4b6465fd10
commit 12fddac17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -636,9 +636,10 @@ public:
hidden(false),
reachable(false),
data(),
last_seen(0),
lqi(0xFF),
batterypercent(0xFF),
last_seen(0)
reserved_for_alignment(0xFFFF)
{ };
inline bool valid(void) const { return BAD_SHORTADDR != shortaddr; } // is the device known, valid and found?