From d41e7bf054432959e66f2c1563a1549a5a8d89b9 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 --- sinqMotor | 2 +- src/pmacAsynIPPort.c | 3 +-- src/pmacAsynIPPort.h | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sinqMotor b/sinqMotor index c19e484..8689c79 160000 --- a/sinqMotor +++ b/sinqMotor @@ -1 +1 @@ -Subproject commit c19e4845e460c85d96cac15d6aa9e6bdcb4076a3 +Subproject commit 8689c79f19a5a7b3522868d8bf353f8a1ceb41ea 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 /*