Skip to content

Commit 31e2e6a

Browse files
wdfk-progRbb666
authored andcommitted
fix(can_uds): 修复ISO14229配置默认值语法错误
将Kconfig中PKG_USING_ISO14229的默认值从字符串"true"改为布尔值y, 以符合Kconfig语法规范。
1 parent 1f09d9a commit 31e2e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peripherals/can_uds/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ if PKG_USING_CAN_UDS
379379

380380
config PKG_USING_ISO14229
381381
bool
382-
default "true"
382+
default y
383383

384384
config PKG_CAN_UDS_PATH
385385
string

0 commit comments

Comments
 (0)