drivers/step_motor: Disable werror
because it throws a weird compile-time error Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
parent
6baea77065
commit
626fda1738
|
@ -1,4 +1,4 @@
|
|||
subdir-ccflags-y += -Werror
|
||||
subdir-ccflags-y += -Wno-error
|
||||
subdir-ccflags-y += -Wno-unused-variable
|
||||
|
||||
obj-y += camera_motor_ic/
|
||||
|
|
Loading…
Reference in New Issue