forked from epics_driver_modules/motorBase
Remove uses of the deprecated register keyword
This commit is contained in:
@@ -279,8 +279,8 @@ static double query_axis(int card, struct driver_table *tabptr, epicsTime tick,
|
||||
|
||||
for (index = 0; index < brdptr->total_axis; index++)
|
||||
{
|
||||
register struct mess_info *motor_info;
|
||||
register struct mess_node *motor_motion;
|
||||
struct mess_info *motor_info;
|
||||
struct mess_node *motor_motion;
|
||||
double delay = 0.0;
|
||||
|
||||
motor_info = &(brdptr->motor_info[index]);
|
||||
|
||||
Reference in New Issue
Block a user