Skip to content

Commit 1877077

Browse files
sakumisuRbb666
authored andcommitted
fix: fix missing \r\n for building
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent 37434c2 commit 1877077

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

peripherals/rtt_isotp-c/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if PKG_USING_ISOTP_C
4949
int "Max number of Wait Frame Transmissions (WFTmax)"
5050
default 1
5151
help
52-
ISO-TP WFTmax. Indicates how many Wait Frames (FC.WT) can be
52+
ISO-TP WFTmax. Indicates how many Wait Frames (FC.WT) can be
5353
transmitted by the receiver in a row if it's not ready to receive.
5454

5555
config ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US
@@ -110,4 +110,4 @@ if PKG_USING_ISOTP_C
110110
string "isotp-c version"
111111
default "latest"
112112

113-
endif
113+
endif

system/rti/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ if PKG_USING_RTI
8585

8686
endif
8787

88-
endif
88+
endif

0 commit comments

Comments
 (0)