Fixed F413 configuration files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13903 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-11-10 10:50:47 +00:00
parent 2f96bed5e1
commit d17566bff0
2 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,8 @@
#define STM32_IRQ_USART6_PRIORITY 12
#define STM32_IRQ_UART7_PRIORITY 12
#define STM32_IRQ_UART8_PRIORITY 12
#define STM32_IRQ_UART9_PRIORITY 12
#define STM32_IRQ_UART10_PRIORITY 12
/*
* ADC driver system settings.

View File

@ -126,6 +126,8 @@
#define STM32_IRQ_USART6_PRIORITY ${doc.STM32_IRQ_USART6_PRIORITY!"12"}
#define STM32_IRQ_UART7_PRIORITY ${doc.STM32_IRQ_UART7_PRIORITY!"12"}
#define STM32_IRQ_UART8_PRIORITY ${doc.STM32_IRQ_UART8_PRIORITY!"12"}
#define STM32_IRQ_UART9_PRIORITY ${doc.STM32_IRQ_UART9_PRIORITY!"12"}
#define STM32_IRQ_UART10_PRIORITY ${doc.STM32_IRQ_UART10_PRIORITY!"12"}
/*
* ADC driver system settings.