forked from epics_driver_modules/motorBase
Fix location of include file
This commit is contained in:
@@ -20,9 +20,9 @@ Note: This driver was tested with the v1.3.x of the firmware
|
||||
|
||||
#include "asynMotorController.h"
|
||||
#include "asynMotorAxis.h"
|
||||
#include "hxp_drivers.h"
|
||||
|
||||
#include <epicsExport.h>
|
||||
#include "hxp_drivers.h"
|
||||
#include "HXPDriver.h"
|
||||
|
||||
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)
|
||||
|
||||
Reference in New Issue
Block a user