From 1e3551c5fddf4b4fd7b52b762a88033149400012 Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Mon, 11 Jan 2021 14:58:52 +0200 Subject: remove the hard codded Active_RFID_Reader = CART_2; + minor --- Software/Embedded_SW/Embedded/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Main.c') diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index f8c119713..131638d34 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -411,7 +411,7 @@ int main(void) } else { - #ifdef FORCE_BTSR_CARD_0023 + #ifdef FORCE_BTSR_CARD_0023//0014 // Configure the GPIO Pin PR0 for BTSR RS485 UART - Set as output to change to uart4 RS485 Direction: ROM_GPIOPinTypeGPIOOutput(GPIO_PORTR_BASE, GPIO_PIN_0); -- cgit v1.3.1