cpu/mips32r2_generic: fix PERIPH_TIMER_PROVIDES_SET
Do not set PERIPH_TIMER_PROVIDES_SET to 1, this is not required and inconsistent with its usage in other CPUs.
This commit is contained in:
parent
740eafe93b
commit
da8cee0cb9
@ -27,7 +27,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief Prevent shared timer functions from being used
|
||||
*/
|
||||
#define PERIPH_TIMER_PROVIDES_SET 1
|
||||
#define PERIPH_TIMER_PROVIDES_SET
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user