From 501b2402501f0f02bb4995613b96da3a4b46ce00 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 12 Aug 2025 09:13:30 +0200 Subject: [PATCH] Updated to sinqMotor 1.4.0 --- src/pmacAsynIPPort.c | 3 +-- src/pmacAsynIPPort.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pmacAsynIPPort.c b/src/pmacAsynIPPort.c index 0e2c700..9b19d14 100644 --- a/src/pmacAsynIPPort.c +++ b/src/pmacAsynIPPort.c @@ -230,8 +230,7 @@ static asynStatus sendPmacGetBuffer(pmacPvt *pPmacPvt, asynUser *pasynUser, // ============================================================================= -epicsShareFunc int pmacAsynIPPortConfigure(const char *portName, - const char *hostInfo) { +int pmacAsynIPPortConfigure(const char *portName, const char *hostInfo) { asynStatus status = asynSuccess; asynInterface *int32LowerLevelInterface = NULL; asynInterface *octetLowerLevelInterface = NULL; diff --git a/src/pmacAsynIPPort.h b/src/pmacAsynIPPort.h index 9563e1b..eee4efd 100644 --- a/src/pmacAsynIPPort.h +++ b/src/pmacAsynIPPort.h @@ -2,6 +2,7 @@ #define asynInterposePmac_H #include +#include #include /*