mirror of https://github.com/m-labs/artiq.git
runtime: test all DDS channels
This commit is contained in:
parent
e0c35cabab
commit
8d4ef479e5
|
@ -304,7 +304,7 @@ static void ddstest(char *n)
|
||||||
n2 = strtoul(n, &c, 0);
|
n2 = strtoul(n, &c, 0);
|
||||||
|
|
||||||
for(i=0;i<n2;i++) {
|
for(i=0;i<n2;i++) {
|
||||||
for(j=0; j<8; j++) {
|
for(j=0;j<DDS_CHANNEL_COUNT;j++) {
|
||||||
ddstest_one(j);
|
ddstest_one(j);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue