runtime: test all DDS channels

This commit is contained in:
Sebastien Bourdeauducq 2015-08-22 10:03:35 +08:00
parent e0c35cabab
commit 8d4ef479e5
1 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ static void ddstest(char *n)
n2 = strtoul(n, &c, 0);
for(i=0;i<n2;i++) {
for(j=0; j<8; j++) {
for(j=0;j<DDS_CHANNEL_COUNT;j++) {
ddstest_one(j);
}
}