diff options
author | Nick Brassel <nick@tzarc.org> | 2024-11-30 22:51:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-30 22:51:41 +1100 |
commit | df9bf9efa1bb0844f01c1c2fcc4ad7da78b30ac4 (patch) | |
tree | 3650943f35e3b2e7d9ead99605f2230db220dc1a /platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h | |
parent | 5b827356bbbf6c2fbfbf660d35ac6df5a1457572 (diff) |
Update ChibiOS to latest stable branch. (#24651)
Diffstat (limited to 'platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h')
-rw-r--r-- | platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h b/platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h index 0239ec5273..09096c3977 100644 --- a/platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h +++ b/platforms/chibios/boards/GENERIC_STM32_H723XG/configs/mcuconf.h @@ -182,6 +182,7 @@ #define STM32_IRQ_FDCAN1_PRIORITY 10 #define STM32_IRQ_FDCAN2_PRIORITY 10 +#define STM32_IRQ_FDCAN3_PRIORITY 10 #define STM32_IRQ_MDMA_PRIORITY 9 @@ -235,6 +236,7 @@ */ #define STM32_CAN_USE_FDCAN1 FALSE #define STM32_CAN_USE_FDCAN2 FALSE +#define STM32_CAN_USE_FDCAN3 FALSE /* * DAC driver system settings. |