:orphan: .. title:: CONFIG_ISOTP_WFTMAX .. kconfig:: CONFIG_ISOTP_WFTMAX CONFIG_ISOTP_WFTMAX ################### *WFTmax (Max WAIT frames before aborting).* Type: ``int`` Help ==== .. code-block:: none This value defines the maximum number of WAIT frames before the transmission is aborted. Direct dependencies =================== \ :kconfig:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/canbus/isotp/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:11`` → ``/canbus/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] .. code-block:: kconfig config ISOTP_WFTMAX int "WFTmax (Max WAIT frames before aborting)." range 0 254 default 10 depends on ISOTP help This value defines the maximum number of WAIT frames before the transmission is aborted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*