mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
SAMV7: MCAN: Correct typo in MCAN0 configuration
This commit is contained in:
committed by
Gregory Nutt
parent
4e07680554
commit
faa0c4f1ca
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user