mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 04:58:28 +00:00
stm32h7: fix comment
This was likely just a copy-paste error. Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
parent
2092e9a9ca
commit
a59e65db3f
1 changed files with 1 additions and 1 deletions
|
|
@ -698,7 +698,7 @@
|
|||
/* *************** Bit definition for FDCAN_XIDFC register ****************/
|
||||
#define FDCAN_XIDFC_FLESA_SHIFT (2U)
|
||||
#define FDCAN_XIDFC_FLESA_MASK (0x3FFFU << FDCAN_XIDFC_FLESA_SHIFT) /* 0x0000FFFC */
|
||||
#define FDCAN_XIDFC_FLESA FDCAN_XIDFC_FLESA_MASK /* Filter List Standard Start Address */
|
||||
#define FDCAN_XIDFC_FLESA FDCAN_XIDFC_FLESA_MASK /* Filter List Extended Start Address */
|
||||
#define FDCAN_XIDFC_LSE_SHIFT (16U)
|
||||
#define FDCAN_XIDFC_LSE_MASK (0xFFU << FDCAN_XIDFC_LSE_SHIFT) /* 0x00FF0000 */
|
||||
#define FDCAN_XIDFC_LSE FDCAN_XIDFC_LSE_MASK /* List Size Extended */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue