mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
runtime: test all DDS channels
This commit is contained in:
parent
e0c35cabab
commit
8d4ef479e5
@ -303,8 +303,8 @@ static void ddstest(char *n)
|
||||
}
|
||||
n2 = strtoul(n, &c, 0);
|
||||
|
||||
for(i=0; i<n2; i++) {
|
||||
for(j=0; j<8; j++) {
|
||||
for(i=0;i<n2;i++) {
|
||||
for(j=0;j<DDS_CHANNEL_COUNT;j++) {
|
||||
ddstest_one(j);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user