Fix ddsperf interpretation of kHz
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
210fa7e78f
commit
2d8bf36f8e
1 changed files with 1 additions and 1 deletions
|
@ -1675,7 +1675,7 @@ struct multiplier {
|
||||||
|
|
||||||
static const struct multiplier frequency_units[] = {
|
static const struct multiplier frequency_units[] = {
|
||||||
{ "Hz", 1 },
|
{ "Hz", 1 },
|
||||||
{ "kHz", 1024 },
|
{ "kHz", 1000 },
|
||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue