Merge pull request #11878 from kaspar030/esp32_has_timer_set

esp32: define PERIPH_TIMER_PROVIDES_SET
This commit is contained in:
Kaspar Schleiser 2019-07-21 21:16:49 +02:00 committed by GitHub
commit 3bcc72b614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,6 +451,11 @@ typedef struct {
/** @} */ /** @} */
/**
* @brief Prevent shared timer functions from being used
*/
#define PERIPH_TIMER_PROVIDES_SET
/** /**
* @name UART configuration * @name UART configuration
* *