From 41492a96963cbe39d6e35c01517ca7851644547f Mon Sep 17 00:00:00 2001 From: wdfk-prog <1425075683@qq.com> Date: Thu, 19 Mar 2026 11:22:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(can=5Fuds):=20=E4=BF=AE=E5=A4=8DISO14229?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=80=BC=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Kconfig中PKG_USING_ISO14229的默认值从字符串"true"改为布尔值y, 以符合Kconfig语法规范。 --- peripherals/can_uds/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripherals/can_uds/Kconfig b/peripherals/can_uds/Kconfig index bf7a8a6455..e0127a4332 100644 --- a/peripherals/can_uds/Kconfig +++ b/peripherals/can_uds/Kconfig @@ -379,7 +379,7 @@ if PKG_USING_CAN_UDS config PKG_USING_ISO14229 bool - default "true" + default y config PKG_CAN_UDS_PATH string