diff options
author | Oxore <oxore@protonmail.com> | 2023-03-03 01:16:50 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-03 01:16:50 +0300 |
commit | f47ac9c074f097605b9a4ac8576da687b7ebffb9 (patch) | |
tree | e970ce81d80a35e56f935d181038785db807e17f | |
parent | 2a260911f5abc4e03cb41474a49e01a571395155 (diff) |
Call SystemInit so now it works properly
-rw-r--r-- | Project/src/main.c | 1 |
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(); |