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:
Rocco Marco Guglielmi 2019-10-21 10:50:23 +00:00
parent affdca8106
commit 152879d8f8
1 changed files with 8 additions and 1 deletions

View File

@ -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 */