Skip to content

Commit 6a6e8a6

Browse files
committed
timer 0 config added
1 parent 75ab800 commit 6a6e8a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/mcu.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ MCU_Init()
5050
I2C_Config();
5151
#endif
5252

53+
#if IS_DRIVER_ENABLE(TIMER0)
54+
TIMER0_Config();
55+
#endif
56+
5357
}

0 commit comments

Comments
 (0)