summaryrefslogtreecommitdiff
path: root/Project
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-03 01:16:50 +0300
committerOxore <oxore@protonmail.com>2023-03-03 01:16:50 +0300
commitf47ac9c074f097605b9a4ac8576da687b7ebffb9 (patch)
treee970ce81d80a35e56f935d181038785db807e17f /Project
parent2a260911f5abc4e03cb41474a49e01a571395155 (diff)
Call SystemInit so now it works properly
Diffstat (limited to 'Project')
-rw-r--r--Project/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/src/main.c b/Project/src/main.c
index 41e5f86..bc9c4ac 100644
--- a/Project/src/main.c
+++ b/Project/src/main.c
@@ -87,6 +87,7 @@
// ----------------------------------------------------------------------------
void InitAll ( void )
{
+ SystemInit();
InitLTimers ();
NixieDriverInit ();
LightSensorInit();