From aeabb681d16451e191a1620d4eebf40549771491 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 8 Dec 2019 14:51:46 +0200 Subject: Support for new head in ProtoBif and embedded (initial) --- Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c') diff --git a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c index e1a516e95..157841365 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c +++ b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c @@ -24,7 +24,7 @@ #include "drivers/Motors/Motor.h" #include "Modules/General/MachineStatus.h" - +#include "Modules/Control/MillisecTask.h" #include "modules/ids/ids_ex.h" MachineState StoredMachineStatus = MACHINE_STATE__Ready; -- cgit v1.3.1