scripts: dbgtag.py: Fixed overlooked LFSR -> LFS3 prefix

Not sure how this was missed, but tags should start with LFS3_ now.
This commit is contained in:
Christopher Haster
2025-10-04 23:41:08 -05:00
parent 4b2bd11393
commit 38cfa5cc5e

View File

@ -245,12 +245,12 @@ def list_tags():
# find widths for alignment
w = [0]
for n, t, c in tags:
w[0] = max(w[0], len('LFSR_'+n))
w[0] = max(w[0], len('LFS3_'+n))
# print
for n, t, c in tags:
print('%-*s %s' % (
w[0], 'LFSR_'+n,
w[0], 'LFS3_'+n,
c))
def dbg_tags(data, *,