mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14974 from fjmolinas/pr_nucleo_xtimer
boards/nucleo: fix xtimer configuration
This commit is contained in:
commit
cc29edad60
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @name Xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#if defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32L0) && \
|
||||
#if (defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32L0)) && \
|
||||
!defined(CPU_MODEL_STM32F042K6) && !defined(CPU_MODEL_STM32F031K6)
|
||||
#define XTIMER_WIDTH (16)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user