signal name for pwm0 is pwm, so variables should change to pwm0_pwm and likewise
[pinmux.git] / src / actual_pinmux.py
index ec0e1440557408ed176747c6d99cb04c7ec82476..4d00d34395b9b2d24da747afd117a48f6f6009cd 100644 (file)
@@ -18,7 +18,7 @@ dictionary = {
     "sd_clk": "output",
     "sd_cmd": "output",
     "sd_d": "inout",
-    "pwm": "output"
+    "pwm_pwm": "output"
 }