Fixed bug with readInt32 function

This commit is contained in:
2025-05-15 12:03:06 +02:00
parent 61335970ce
commit 4b0031c3af
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -468,7 +468,8 @@ asynStatus masterMacsController::parseResponse(
return asynSuccess;
}
asynStatus sinqController::readInt32(asynUser *pasynUser, epicsInt32 *value) {
asynStatus masterMacsController::readInt32(asynUser *pasynUser,
epicsInt32 *value) {
// masterMacs can be disabled
if (pasynUser->reason == motorCanDisable_) {
*value = 1;