From 3da6593a54c8157485866dbd9d0a15802698a8bf Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 19 Jul 2019 22:28:27 +0200 Subject: [PATCH] esp32: define PERIPH_TIMER_PROVIDES_SET --- cpu/esp32/include/periph_cpu.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpu/esp32/include/periph_cpu.h b/cpu/esp32/include/periph_cpu.h index f1cd9cfa7a..d4193e5308 100644 --- a/cpu/esp32/include/periph_cpu.h +++ b/cpu/esp32/include/periph_cpu.h @@ -451,6 +451,11 @@ typedef struct { /** @} */ +/** + * @brief Prevent shared timer functions from being used + */ +#define PERIPH_TIMER_PROVIDES_SET + /** * @name UART configuration *