diff options
| -rw-r--r-- | Software/Embedded_SW/Embedded/Drivers/Uart_Comm/BTSR/BTSR.c | 3 |
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 } |
