Skip to content
Snippets Groups Projects
Commit 78281ef8 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

configs/stm32f103-minimum/mcp2515/defconfig: Enable CONFIG_CAN_TXREADY=y to eliminate a warning.

parent a86f46bc
No related branches found
No related tags found
No related merge requests found
......@@ -731,7 +731,9 @@ CONFIG_ARCH_HAVE_CAN_ERRORS=y
# CONFIG_CAN_FD is not set
CONFIG_CAN_FIFOSIZE=8
CONFIG_CAN_NPENDINGRTR=4
# CONFIG_CAN_TXREADY is not set
CONFIG_CAN_TXREADY=y
# CONFIG_CAN_TXREADY_LOPRI is not set
CONFIG_CAN_TXREADY_HIPRI=y
#
# CAN Bus Controllers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment