aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2021-01-12 10:27:35 +0200
committerAvi Levkovich <avi@twine-s.com>2021-01-12 10:27:35 +0200
commit05c1491a79416934cd4e1c13a0972fe621f97056 (patch)
treedf10971a50cdb6c47b16d67ca538b44e97a213ef /Software/Embedded_SW/Embedded
parent3c9d531523b255df4351d1ddafd8acffcb89237e (diff)
downloadTango-05c1491a79416934cd4e1c13a0972fe621f97056.tar.gz
Tango-05c1491a79416934cd4e1c13a0972fe621f97056.zip
BTSR define for testing in void BTSR_Init()
Diffstat (limited to 'Software/Embedded_SW/Embedded')
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c b/Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c
index 46447454a..28a0028af 100644
--- a/Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c
+++ b/Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c
@@ -1045,6 +1045,8 @@ void BTSR_Init()
BTSR_Reset_Length(i,HIGH);
BTSR_Reset_Length(i,HIGHEST);
}
+
+#ifdef FORCE_BTSR_CARD_0023 // only for testing on the table
//Only for testing -------------------------------------------------------------------------------
BTSR_RML_Settings(RUFeeder1, SHOES, ALL_YARNS3, 1000, 10, 5);//Test!!! --- need to move to RML
//BTSR_Reset_Counters(RUFeeder1);
@@ -1053,5 +1055,6 @@ void BTSR_Init()
//BTSR_Read_Length(RUFeeder1, HIGHEST);
BTSR_Read_Errors_Status(RUFeeder1);
//------------------------------------------------------------------------------------------------
+#endif
}