mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-15 19:13:00 +00:00
Address implicit cast compiler warnings.
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
};
|
||||
|
||||
clock_recovery::ClockRecovery clock_recovery {
|
||||
sampling_rate / 4,
|
||||
static_cast<float>(sampling_rate / 4),
|
||||
9600,
|
||||
[this](const float symbol) { this->consume_symbol(symbol); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user