Updated to sinqMotor 1.4.0

This commit is contained in:
2025-08-12 09:13:30 +02:00
parent 5f35c2277d
commit 501b240250
2 changed files with 2 additions and 2 deletions

View File

@@ -230,8 +230,7 @@ static asynStatus sendPmacGetBuffer(pmacPvt *pPmacPvt, asynUser *pasynUser,
// ============================================================================= // =============================================================================
epicsShareFunc int pmacAsynIPPortConfigure(const char *portName, int pmacAsynIPPortConfigure(const char *portName, const char *hostInfo) {
const char *hostInfo) {
asynStatus status = asynSuccess; asynStatus status = asynSuccess;
asynInterface *int32LowerLevelInterface = NULL; asynInterface *int32LowerLevelInterface = NULL;
asynInterface *octetLowerLevelInterface = NULL; asynInterface *octetLowerLevelInterface = NULL;

View File

@@ -2,6 +2,7 @@
#define asynInterposePmac_H #define asynInterposePmac_H
#include <epicsExport.h> #include <epicsExport.h>
#include <macros.h>
#include <shareLib.h> #include <shareLib.h>
/* /*