From 2f2678546d056e742f00ceb3ac0ccf1690e0f3a5 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 11 Dec 2024 09:50:22 +0100 Subject: [PATCH] Bumped the required version of sinqMotor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7a06ef..68ebe37 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ REQUIRED+=asynMotor REQUIRED+=sinqMotor # Specify the version of sinqMotor we want to build against -sinqMotor_VERSION=0.5.0 +sinqMotor_VERSION=0.6.0 # These headers allow to depend on this library for derived drivers. HEADERS += src/pmacv3Axis.h