aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-17 10:05:52 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-17 10:05:52 +0300
commit17aa17776eed59ef62d800654ab238ae59be49db (patch)
tree1ed85608875a603099746b4804cbf4840fbf36c3 /Software/Embedded_SW/Embedded/StateMachines
parent7d232db20da74279dbb691beae2e771c290c038e (diff)
downloadTango-17aa17776eed59ef62d800654ab238ae59be49db.tar.gz
Tango-17aa17776eed59ef62d800654ab238ae59be49db.zip
warning removals
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c
index f39bf9f01..31872d932 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c
@@ -142,7 +142,6 @@ FRESULT RewindJobFile()
FRESULT CloseJobFile()
{
Fresult = f_close(JobRequestFileHandle);
-#warning trying not to hold the semaphore and enable the PPC/MS to work on several files simultaneously
readbBytes = 0;
ImmediateRead = 0;