SAMV7: MCAN: Correct typo in MCAN0 configuration

This commit is contained in:
Michael Spahlinger 2016-03-11 12:30:57 -06:00 committed by Gregory Nutt
parent 4e07680554
commit faa0c4f1ca

View File

@ -259,7 +259,7 @@
# define MCAN0_RXFIFO1_BYTES \
MCAN_ALIGN_UP(CONFIG_SAMV7_MCAN0_RXFIFO1_SIZE * \
MCAN1_RXFIFO1_ELEMENT_SIZE + 8)
MCAN0_RXFIFO1_ELEMENT_SIZE + 8)
# define MCAN0_RXFIFO1_WORDS (MCAN0_RXFIFO1_BYTES >> 2)
/* MCAN0 Filters */