From 8d8561d833e3e38d49c75737192321832ad332cf Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 14 May 2025 12:20:15 +0200 Subject: [PATCH] Removed sinqMotor from required sinqMotor is statically compiled into this driver. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 7889989..93806e6 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ REQUIRED+=sinqMotor # Specify the version of asynMotor we want to build against motorBase_VERSION=7.2.2 -# Specify the version of sinqMotor we want to build against -sinqMotor_VERSION=0.14.0 - # These headers allow to depend on this library for derived drivers. HEADERS += src/masterMacsAxis.h HEADERS += src/masterMacsController.h