siglent-sds: Fixed timebase problem where NS could not be selected
This fixes bug #1120.
This commit is contained in:
parent
d8df3c2a01
commit
80eba3857a
|
@ -588,7 +588,7 @@ static int config_set(uint32_t key, GVariant *data,
|
|||
case 1000000:
|
||||
cmd = g_strdup_printf("%" PRIu64 "US", p);
|
||||
break;
|
||||
case 100000000:
|
||||
case 1000000000:
|
||||
cmd = g_strdup_printf("%" PRIu64 "NS", p);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue