Skip to content

Commit a2f3955

Browse files
committed
fixup! [rp] Add GPIO module
1 parent ca4d300 commit a2f3955

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modm/platform/gpio/rp/module.lb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ def port_ranges(gpios):
2525
ports.sort(key=lambda p: p["name"])
2626
return ports
2727

28-
subs = {}
29-
3028
def translate(s):
3129
return "".join(p.capitalize() for p in s.split("_"))
30+
# -----------------------------------------------------------------------------
3231

3332

3433
def init(module):

0 commit comments

Comments
 (0)