siglent-sds: Fixed timebase problem where NS could not be selected

This fixes bug #1120.
This commit is contained in:
marchelh 2018-02-25 08:48:22 +01:00 committed by Uwe Hermann
parent d8df3c2a01
commit 80eba3857a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}