From c64db44a4f793ae5191cc40223e42dd77c8888f2 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Thu, 11 May 2023 15:19:47 +0200 Subject: [PATCH] [no ci] package: sync motors with newest commit (#790) Co-authored-by: viktorxda --- general/package/motors/motors.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/package/motors/motors.mk b/general/package/motors/motors.mk index 81740302..abb82481 100644 --- a/general/package/motors/motors.mk +++ b/general/package/motors/motors.mk @@ -1,10 +1,10 @@ ################################################################################ # -# motors | updated 2022.12.24 +# motors | updated 2022.05.11 # ################################################################################ -MOTORS_VERSION = 5993229147e3631490a3addd14803946bb7b5df7 +MOTORS_VERSION = 63e955dc0d3e048f801bd4ee2fcdc1dbfe562c0c MOTORS_SITE = $(call github,openipc,motors,$(MOTORS_VERSION)) MOTORS_LICENSE = MIT MOTORS_LICENSE_FILES = LICENSE