From a3319352d5d22e4d97bd8149d62dc2df7bd5fda7 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 16 May 2025 15:59:27 +0200 Subject: [PATCH] Fixed version requirement for the 0.13.x series of turboPmac drivers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c9fa85..d19f867 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ REQUIRED+=sinqMotor motorBase_VERSION=7.2.2 # Specify the version of sinqMotor we want to build against -sinqMotor_VERSION=mathis_s +sinqMotor_VERSION=0.14 # These headers allow to depend on this library for derived drivers. HEADERS += src/pmacAsynIPPort.h