From a8c3499dc5aab3da9094c82189ce6355c8e0d3ef Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 4 Apr 2025 13:31:49 +0200 Subject: [PATCH] Set required sinqMotor version to mathis_s --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1602269..7dd9222 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ REQUIRED+=sinqMotor motorBase_VERSION=7.2.2 # Specify the version of sinqMotor we want to build against -sinqMotor_VERSION=0.10.0 +sinqMotor_VERSION=mathis_s # These headers allow to depend on this library for derived drivers. HEADERS += src/masterMacsAxis.h