Skip to content

Commit

Permalink
fix H7 CAN memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jul 25, 2022
1 parent 4a81e00 commit cf74388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os/hal/ports/STM32/STM32H7xx/stm32_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
#define STM32_HAS_FDCAN3 FALSE
#define STM32_FDCAN_FLS_NBR 64U
#define STM32_FDCAN_FLE_NBR 64U
#define STM32_FDCAN_RF0_NBR 56U
#define STM32_FDCAN_RF1_NBR 56U
#define STM32_FDCAN_RF0_NBR 48U
#define STM32_FDCAN_RF1_NBR 48U
#define STM32_FDCAN_RB_NBR 0U
#define STM32_FDCAN_TEF_NBR 0U
#define STM32_FDCAN_TB_NBR 32U
Expand Down

0 comments on commit cf74388

Please sign in to comment.