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:
parent
123c6ccde1
commit
ae34f2d16c
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue