From 20d1d0d0616bc0ede3236f40f120393e7fdc89ef Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 30 Jul 2018 10:18:46 +0100 Subject: [PATCH] TMS JTAG is an input --- src/spec/pinfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 06c6504..423a190 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -95,7 +95,7 @@ def i2c(suffix, bank): def jtag(suffix, bank): - return (['TMS+', 'TDI-', 'TDO+', 'TCK+'], []) + return (['TMS-', 'TDI-', 'TDO+', 'TCK+'], []) def uart(suffix, bank): -- 2.30.2