From 979cc2fa1e6e5274a8f5ad4aba33dea8f14087d4 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 30 Dec 2025 12:52:14 +0800 Subject: [PATCH] fix: fix missing \r\n for building Signed-off-by: sakumisu <1203593632@qq.com> --- peripherals/rtt_isotp-c/Kconfig | 4 ++-- system/rti/Kconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/peripherals/rtt_isotp-c/Kconfig b/peripherals/rtt_isotp-c/Kconfig index 24a98f255f..108b4e1bb9 100644 --- a/peripherals/rtt_isotp-c/Kconfig +++ b/peripherals/rtt_isotp-c/Kconfig @@ -49,7 +49,7 @@ if PKG_USING_ISOTP_C int "Max number of Wait Frame Transmissions (WFTmax)" default 1 help - ISO-TP WFTmax. Indicates how many Wait Frames (FC.WT) can be + ISO-TP WFTmax. Indicates how many Wait Frames (FC.WT) can be transmitted by the receiver in a row if it's not ready to receive. config ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US @@ -110,4 +110,4 @@ if PKG_USING_ISOTP_C string "isotp-c version" default "latest" -endif \ No newline at end of file +endif diff --git a/system/rti/Kconfig b/system/rti/Kconfig index dd0ee8ed2f..ffb007a2d3 100644 --- a/system/rti/Kconfig +++ b/system/rti/Kconfig @@ -85,4 +85,4 @@ if PKG_USING_RTI endif -endif \ No newline at end of file +endif