aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mx2board.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mx2board.py b/tools/mx2board.py
index 99b54a3..5bec83c 100755
--- a/tools/mx2board.py
+++ b/tools/mx2board.py
@@ -275,7 +275,7 @@ def gen_defines(project):
defines['LINE_'+label] += ', ' + str(pad_key) + 'U)'
if re.search(r"TIM\d+_CH\d$", signal, re.M):
- timer = signal.replace('S_TIM', '').replace('_CH', '')[:-1]
+ timer = signal.replace('TIM', '').replace('_CH', '')[:-1]
ch_num = int(signal[-1:])
defines['TIM_' + label] = timer