Small changes to ADICUP360 ST driver

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

View File

@ -45,7 +45,7 @@
* @brief SysTick timer IRQ priority.
*/
#if !defined(ADUCM_ST_IRQ_PRIORITY) || defined(__DOXYGEN__)
#define ADUCM_ST_IRQ_PRIORITY 7
#define ADUCM_ST_IRQ_PRIORITY 3
#endif
/**
@ -55,7 +55,7 @@
* @note Timers 0, 1, 2 are supported.
*/
#if !defined(ADUCM_ST_USE_TIMER) || defined(__DOXYGEN__)
#define ADUCM_ST_USE_TIMER 0
#define ADUCM_ST_USE_TIMER 2
#endif
/** @} */