From 05c1491a79416934cd4e1c13a0972fe621f97056 Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Tue, 12 Jan 2021 10:27:35 +0200 Subject: BTSR define for testing in void BTSR_Init() --- Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Embedded_SW/Embedded') 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 } -- cgit v1.3.1