diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-08-20 14:54:08 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-08-20 14:54:08 +0300 |
| commit | 37ac8fbec05d6980e94cb682d42edbd3ef6aa15e (patch) | |
| tree | 052732264349ff6c40bdafc83163be71cca8b572 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c | |
| parent | 53d2c81ebf6a98b4a0c46559abd6a636a4517314 (diff) | |
| parent | 884fce5075ca6a53cb5687feb0b01c6db0802f06 (diff) | |
| download | Tango-37ac8fbec05d6980e94cb682d42edbd3ef6aa15e.tar.gz Tango-37ac8fbec05d6980e94cb682d42edbd3ef6aa15e.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c index 7d4b66dfb..1f9897905 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c @@ -17,6 +17,9 @@ #include "Modules/General/process.h" #include "Modules/control/pidalgo.h" +#include "Modules/heaters/heaters_ex.h" +#include "StateMachines/Initialization/InitSequence.h" + #include "PMR/Hardware/HardwareMotor.pb-c.h" #include "PMR/Hardware/HardwareMotorType.pb-c.h" #include "PMR/Hardware/HardwareDancerType.pb-c.h" |
