mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 16:17:31 -04:00
Match mic_gain types
This commit is contained in:
parent
645a781ac2
commit
0b12f68a95
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ private:
|
|||
ToneGen tone_gen { };
|
||||
ToneGen beep_gen { };
|
||||
|
||||
uint32_t divider { }, audio_gain { };
|
||||
uint32_t divider { };
|
||||
float audio_gain { };
|
||||
uint64_t power_acc { 0 };
|
||||
uint32_t power_acc_count { 0 };
|
||||
bool play_beep { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue