Skip to content

Commit 720eeab

Browse files
henrikbrixandersencarlescufi
authored andcommitted
samples: drivers: can: increase the maximum number of shell arguments
Remove the custom Kconfig value for CONFIG_SHELL_ARGC_MAX as it is too low to account for the new arguments to the "can send" shell command. The default for CONFIG_SHELL_ARGC_MAX was increased to 20 in 32ebeb0 which is sufficient for sending non-CAN-FD format frames using the new "can send" shell command. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 2f73225 commit 720eeab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/drivers/can/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFIG_CAN_MAX_FILTER=5
66
CONFIG_SHELL=y
77
CONFIG_CAN_SHELL=y
88
CONFIG_DEVICE_SHELL=y
9-
CONFIG_SHELL_ARGC_MAX=13
109

1110
CONFIG_GPIO=y
1211
CONFIG_STATS=y

0 commit comments

Comments
 (0)