mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Missing 8.33kHz step
This commit is contained in:
@ -79,24 +79,26 @@ const uint32_t UpperLimitFrequencyBandTable[7] =
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
const uint16_t StepFrequencyTable[6] =
|
||||
const uint16_t StepFrequencyTable[7] =
|
||||
{
|
||||
250,
|
||||
500,
|
||||
625,
|
||||
1000,
|
||||
1250,
|
||||
2500
|
||||
2500,
|
||||
833
|
||||
};
|
||||
#else
|
||||
const uint16_t StepFrequencyTable[6] =
|
||||
const uint16_t StepFrequencyTable[7] =
|
||||
{
|
||||
125,
|
||||
250,
|
||||
625,
|
||||
1000,
|
||||
1250,
|
||||
2500
|
||||
2500,
|
||||
833
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user