litescope: pep8 (W292)

This commit is contained in:
Florent Kermarrec 2015-04-13 13:38:35 +02:00
parent f16623d548
commit eb58f45b31
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ def build_map(addrmap, busword, readfn, writefn):
addr = int(addr.replace("0x", ""), 16)
length = int(length)
d[name] = MappedReg(readfn, writefn, name, addr, length, busword, mode)
return MappedRegs(d)
return MappedRegs(d)