diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 07:13:04 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-01 07:13:04 +0200 |
| commit | 44ba64fd849a9d6ae987559b3b2622ba9bff26e5 (patch) | |
| tree | 9bb9dd5177696264cb3854dc1ca74b4720af5b58 /Software/Embedded_SW | |
| parent | b2aa323472007d32093c4c59c4e20a2fc39f9709 (diff) | |
| download | Tango-44ba64fd849a9d6ae987559b3b2622ba9bff26e5.tar.gz Tango-44ba64fd849a9d6ae987559b3b2622ba9bff26e5.zip | |
fix
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c index f1d7cd113..7db59946e 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c @@ -58,6 +58,7 @@ uint16_t n_segments = 0; uint16_t n_units = 1; uint16_t n_unit_segments = 0; +extern bool JobActive; /********************************************************************** * the array and enum of PrintingState_t below must be in sync order ***********************************************************************/ |
