1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

b/c/microbit: Use timer 2 on microbit-v2

Timer 1 is already in use for NRF802154_TIMER
This commit is contained in:
chrysn 2021-03-30 00:56:53 +02:00
parent 2b09d3162a
commit 1da4693e5c

View File

@ -137,7 +137,7 @@ static const uint8_t pixmap[ROWS][COLS] = {
/**
* @brief Timer dev
*/
#define TIMER_DEV_NUM (1)
#define TIMER_DEV_NUM (2)
#else
#error "Module only compatible with microbit and microbit-v2 boards."
#endif