fix compiler warning - uninitialized variable

This commit is contained in:
jsullivan-anl
2006-09-22 17:52:36 +00:00
parent ef1b7d30e8
commit b2b60a24c7
-4
View File
@@ -201,10 +201,6 @@ STATIC RTN_STATUS PMNC87xx_build_trans(motor_cmnd command, double *parms, struct
switch (command)
{
case SET_PGAIN:
case SET_IGAIN:
case SET_DGAIN:
break;
case MOVE_ABS:
case MOVE_REL:
case HOME_FOR: