Set chnspeed as actual speed instead of the requested speed.

r3229 | ffr | 2011-06-26 12:19:01 +1000 (Sun, 26 Jun 2011) | 1 line
This commit is contained in:
Ferdi Franceschini
2011-06-26 12:19:01 +10:00
committed by Douglas Clowes
parent 6b1c629a43
commit 3404e4670c

View File

@@ -223,7 +223,7 @@ proc rdPwdAck {} {
hsetprop $chopperPath/$datPar sdsinfo ::nexus::scobj::sdsinfo hsetprop $chopperPath/$datPar sdsinfo ::nexus::scobj::sdsinfo
} }
foreach param {ch1speed ch2speed ch3speed ch4speed} { foreach param {ch1speed ch2speed ch3speed ch4speed} {
mkChopperDatPar $chopperPath $param "aspeed" mkChopperDatPar $chopperPath $param "rspeed"
} }
foreach param {ch1phase ch2phase ch3phase ch4phase} { foreach param {ch1phase ch2phase ch3phase ch4phase} {
mkChopperDatPar $chopperPath $param "rphase" mkChopperDatPar $chopperPath $param "rphase"