This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 31e0ec8a3980607f63cee0436c4bf66f650a19c9 Author: zhanghongyu <[email protected]> AuthorDate: Mon Apr 28 10:25:23 2025 +0800 net/can: fix the typo Otherwise, we can only manually enable NET_WRITE_BUFFERS Signed-off-by: zhanghongyu <[email protected]> --- net/can/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/can/Kconfig b/net/can/Kconfig index 49a8911d915..c74c1ca2c7b 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig @@ -33,7 +33,7 @@ config NET_CAN_HAVE_ERRORS config NET_CAN_WRITE_BUFFERS bool "Enable CAN write buffering" default n - select NTE_WRITE_BUFFERS + select NET_WRITE_BUFFERS ---help--- Write buffers allows buffering of ongoing CAN packets, providing for higher performance, nonblocking output.
