Skip to content

Commit 962443b

Browse files
enabled TIMER_1 to be consistent with OlegHahm/thirdparty_cpu#26
1 parent f82b43f commit 962443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iot-lab_M3/include/periph_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
#define TIMER_NUMOF (2U)
99
#define TIMER_0_EN 1
10-
#define TIMER_1_EN 0
10+
#define TIMER_1_EN 1
1111

1212
/* Timer 0 configuration */
1313
#define TIMER_0_DEV TIM2

0 commit comments

Comments
 (0)