mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-03 01:45:25 -05:00
Added missing initialisations
This commit is contained in:
parent
19ebf14e8c
commit
ec520bf08c
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ private:
|
|||
bool configured = false;
|
||||
rx_states rx_state { WAITING };
|
||||
pocsag::BitRate bitrate { pocsag::BitRate::FSK1200 };
|
||||
bool phase;
|
||||
bool phase = false ;
|
||||
uint32_t codeword_count { 0 };
|
||||
pocsag::POCSAGPacket packet { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue