mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-26 08:16:02 -04:00
Tuner code readability (no functional change) (#1820)
This commit is contained in:
parent
8c996b5bc6
commit
bd8385464e
3 changed files with 25 additions and 24 deletions
|
@ -39,8 +39,8 @@ enum class Direction {
|
|||
|
||||
namespace path {
|
||||
|
||||
constexpr FrequencyRange band_low{0, 2170000000};
|
||||
constexpr FrequencyRange band_high{2740000000, 7250000000};
|
||||
constexpr FrequencyRange band_low{0, 2170'000'000};
|
||||
constexpr FrequencyRange band_high{2740'000'000, 7250'000'000};
|
||||
constexpr FrequencyRange band_mid{band_low.maximum, band_high.minimum};
|
||||
|
||||
enum class Band {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue