From f47ac9c074f097605b9a4ac8576da687b7ebffb9 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 3 Mar 2023 01:16:50 +0300 Subject: Call SystemInit so now it works properly --- Project/src/main.c | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3