Disabled unused SIO instances.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13866 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-09-22 12:24:33 +00:00
parent 123c6ccde1
commit ae34f2d16c
1 changed files with 5 additions and 5 deletions

View File

@ -292,11 +292,11 @@
/*
* SIO driver system settings.
*/
#define STM32_SIO_USE_USART1 TRUE
#define STM32_SIO_USE_USART2 TRUE
#define STM32_SIO_USE_USART3 TRUE
#define STM32_SIO_USE_UART4 TRUE
#define STM32_SIO_USE_UART5 TRUE
#define STM32_SIO_USE_USART1 FALSE
#define STM32_SIO_USE_USART2 FALSE
#define STM32_SIO_USE_USART3 FALSE
#define STM32_SIO_USE_UART4 FALSE
#define STM32_SIO_USE_UART5 FALSE
#define STM32_SIO_USE_LPUART1 TRUE
/*