2024.12.22

This commit is contained in:
sshlien
2024-12-22 15:30:33 -05:00
parent 9b419e0128
commit 705d9e1f73
4 changed files with 6 additions and 5 deletions

View File

@@ -1274,7 +1274,7 @@ int chan, control, value;
if (prtime(timeunits)) return;
if (control == 6) bend2cents = 8192.0/(100.0*value); /*[SS] 2022-02-12 */
printf("CntlParm %2d %s = %d\n",chan+1, ctype[control],value);
printf("CntlParm %2d %s = %d %d\n",chan+1, ctype[control],control,value);
}