From 4820912bdc9096ce450f774f66a4223f3a8714d9 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Tue, 6 May 2014 16:10:31 +1000 Subject: [PATCH] Legacy_fsm cut/paste typo --- site_ansto/motor_dmc2280.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/motor_dmc2280.c b/site_ansto/motor_dmc2280.c index 0b505f41..2b34af15 100644 --- a/site_ansto/motor_dmc2280.c +++ b/site_ansto/motor_dmc2280.c @@ -5919,7 +5919,7 @@ int DMC2280Action(SConnection *pCon, SicsInterp *pSics, void *pData, return 1; } else if(strcasecmp("legacy_fsm", argv[1]) == 0) { - SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->posit_count); + SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->legacy_fsm); return 1; } else if(strcasecmp("posit_count", argv[1]) == 0) {