We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ab800 commit 6a6e8a6Copy full SHA for 6a6e8a6
source/mcu.c
@@ -50,4 +50,8 @@ MCU_Init()
50
I2C_Config();
51
#endif
52
53
+#if IS_DRIVER_ENABLE(TIMER0)
54
+ TIMER0_Config();
55
+#endif
56
+
57
}
0 commit comments