From 3a231a90ef980c2e16c1205ddec3b9e3e41d9fd1 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Tue, 27 Mar 2018 14:52:28 -0500 Subject: [PATCH] Remove item from todo list --- motorApp/AMCISrc/ANF2Driver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/AMCISrc/ANF2Driver.cpp b/motorApp/AMCISrc/ANF2Driver.cpp index dae30d2c..4d1377fc 100644 --- a/motorApp/AMCISrc/ANF2Driver.cpp +++ b/motorApp/AMCISrc/ANF2Driver.cpp @@ -320,7 +320,6 @@ ANF2Axis::ANF2Axis(ANF2Controller *pC, int axisNo, epicsInt32 config, epicsInt32 /* TODO: * test config bits and set status bits to prevent methods from sending commands that would generate errors * reduce the sleeps to see which ones are necessary - * allow the base speed to be passed as an argument */ epicsThreadSleep(0.1);