fix gpio mk_pincon function rename
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Jul 2018 06:25:53 +0000 (07:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Jul 2018 06:25:53 +0000 (07:25 +0100)
src/bsv/peripheral_gen/gpio.py

index f96525d5ceb92bb07c26d281198e368060afc4f3..be38502b920533cbf2c3f4bb7f5d093f393d2bb3 100644 (file)
@@ -82,7 +82,7 @@ class gpio(PBase):
         ret = []
         plen = len(self.peripheral.pinspecs)
         template = "mkConnection({0}.{1},\n\t\t\t{2}_{1});"
-        ps = "!!!pinmux.peripheral_side.%s" % name
+        ps = "pinmux.peripheral_side.%s" % name
         n = "{0}.func.gpio".format(name)
         for ptype in ['out', 'out_en', 'in']:
             ret.append(template.format(ps, ptype, n))