aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2021-01-11 14:58:52 +0200
committerAvi Levkovich <avi@twine-s.com>2021-01-11 14:58:52 +0200
commit1e3551c5fddf4b4fd7b52b762a88033149400012 (patch)
treeb7112ab703cc8077bd5347cfde0563b5cd2f7fe2 /Software/Embedded_SW/Embedded/Main.c
parent69865fad49ccbc47868882a3055a8fc2dd8cf672 (diff)
downloadTango-1e3551c5fddf4b4fd7b52b762a88033149400012.tar.gz
Tango-1e3551c5fddf4b4fd7b52b762a88033149400012.zip
remove the hard codded Active_RFID_Reader = CART_2; + minor
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c2
1 files changed, 1 insertions, 1 deletions
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);