1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/mcb2388: enable all timers

This commit is contained in:
Benjamin Valentin 2020-04-12 14:57:40 +02:00
parent 45947c0fcd
commit 161156b067

View File

@ -41,7 +41,7 @@ extern "C" {
* @name Timer configuration, select a number from 1 to 4
* @{
*/
#define TIMER_NUMOF (1U)
#define TIMER_NUMOF (4U)
/** @} */
/**