From 626fda173808da04024e0f66a0b7cf701f38c693 Mon Sep 17 00:00:00 2001 From: Cyber Knight Date: Mon, 9 Aug 2021 20:36:37 +0800 Subject: [PATCH] drivers/step_motor: Disable werror because it throws a weird compile-time error Signed-off-by: Cyber Knight --- drivers/step_motor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/step_motor/Makefile b/drivers/step_motor/Makefile index a775ee7087a8..749a98bc38a6 100644 --- a/drivers/step_motor/Makefile +++ b/drivers/step_motor/Makefile @@ -1,4 +1,4 @@ -subdir-ccflags-y += -Werror +subdir-ccflags-y += -Wno-error subdir-ccflags-y += -Wno-unused-variable obj-y += camera_motor_ic/