From a69ffe81342752cb3a9ca6d392295eac085bb189 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 21 Nov 2024 15:36:32 +0100 Subject: [PATCH] Changed sinqMotor dependency to 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa7c4c3..f33c793 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.1 +sinqMotor_VERSION=0.2.0 # These headers allow to depend on this library for derived drivers. HEADERS += src/pmacV3Axis.h