Improved ADICUP360 mcuconf.h

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13132 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Rocco Marco Guglielmi 2019-10-22 08:21:32 +00:00
parent f1f79571ed
commit f9711ac4d6
1 changed files with 7 additions and 5 deletions

View File

@ -48,11 +48,6 @@
#define ADUCM_UARTCD_DIV ADUCM_UARTCD_DIV1
#define ADUCM_PWMCD_DIV ADUCM_PWMCD_DIV1
/*
* IRQ system settings.
*/
#define ADUCM_IRQ_UART1_PRIORITY 3
/*
* SERIAL driver system settings.
*/
@ -66,5 +61,12 @@
#define ADUCM_SPI_USE_SPI1 FALSE
#define ADUCM_SPI_SPI0_IRQ_PRIORITY 5
#define ADUCM_SPI_SPI1_IRQ_PRIORITY 5
/*
* ST driver system settings.
*/
#define ADUCM_ST_IRQ_PRIORITY 3
#define ADUCM_ST_USE_TIMER 2
/** @} */
#endif /* MCUCONF_H */