aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2021-01-11 17:40:10 +0200
committerShlomo Hecht <shlomo@twine-s.com>2021-01-11 17:40:10 +0200
commitbfd323badd5c5039f49779e3a08452d203bf284e (patch)
tree650a96d7ef514f873becf92ae18130f274f5c5d7 /Software/Embedded_SW/Embedded/Main.c
parenta84e40980f7bc2c8ef3c2bfd546cfb3ecc6e05d7 (diff)
parent3c9d531523b255df4351d1ddafd8acffcb89237e (diff)
downloadTango-bfd323badd5c5039f49779e3a08452d203bf284e.tar.gz
Tango-bfd323badd5c5039f49779e3a08452d203bf284e.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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);