Merge pull request #11878 from kaspar030/esp32_has_timer_set
esp32: define PERIPH_TIMER_PROVIDES_SET
This commit is contained in:
commit
3bcc72b614
@ -451,6 +451,11 @@ typedef struct {
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Prevent shared timer functions from being used
|
||||
*/
|
||||
#define PERIPH_TIMER_PROVIDES_SET
|
||||
|
||||
/**
|
||||
* @name UART configuration
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user