From fbfdff0ba7273e634766270691a910cbc520b918 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Fri, 14 Sep 2018 16:16:01 +0100 Subject: [PATCH] Bugfix --- Nasal/libraries.nas | 1 - 1 file changed, 1 deletion(-) diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index 7c1f6442..d893d8de 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -206,7 +206,6 @@ var systemsLoop = maketimer(0.1, func { systems.FUEL.loop(); systems.ADIRS.loop(); libraries.ECAM.loop(); - ecam.ECAM_controller.loop(); libraries.BUTTONS.update(); fadec.fadecLoop();