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:
smlng 2018-09-07 22:15:51 +02:00
parent 740eafe93b
commit da8cee0cb9

View File

@ -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
}