mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 23:39:37 -05:00
Use TPMS declared invalid_key as default initializer values.
This commit is contained in:
parent
fedecbeca5
commit
56218565c1
@ -157,8 +157,8 @@ struct TPMSRecentEntry {
|
|||||||
|
|
||||||
static const Key invalid_key;
|
static const Key invalid_key;
|
||||||
|
|
||||||
tpms::Reading::Type type { tpms::Reading::Type::None };
|
tpms::Reading::Type type { invalid_key.first };
|
||||||
tpms::TransponderID id { 0 };
|
tpms::TransponderID id { invalid_key.second };
|
||||||
|
|
||||||
size_t received_count { 0 };
|
size_t received_count { 0 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user