Improved ADICUP360 mcuconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13128 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
affdca8106
commit
152879d8f8
|
@ -57,7 +57,14 @@
|
|||
* SERIAL driver system settings.
|
||||
*/
|
||||
#define ADUCM_SERIAL_USE_UART0 TRUE
|
||||
#define ADUCM_SERIAL_UART0_PRIORITY 12
|
||||
#define ADUCM_SERIAL_UART0_PRIORITY 7
|
||||
|
||||
/*
|
||||
* SPI driver system settings.
|
||||
*/
|
||||
#define ADUCM_SPI_USE_SPI0 FALSE
|
||||
#define ADUCM_SPI_USE_SPI1 FALSE
|
||||
#define ADUCM_SPI_SPI0_IRQ_PRIORITY 5
|
||||
#define ADUCM_SPI_SPI1_IRQ_PRIORITY 5
|
||||
/** @} */
|
||||
#endif /* MCUCONF_H */
|
||||
|
|
Loading…
Reference in New Issue