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:
parent
2b09d3162a
commit
1da4693e5c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user