From 3bfc2414b658ec8b85765945061eed7e35b675d2 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 22 Apr 2025 15:05:16 +0200 Subject: [PATCH] Fixed sinqMotor version for tagging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dd9222..a7eb113 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=mathis_s +sinqMotor_VERSION=0.13.0 # These headers allow to depend on this library for derived drivers. HEADERS += src/masterMacsAxis.h