Browse Source

fixed typo in config

digital 7 years ago
parent
commit
7e94344212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/controllers.yaml

+ 1 - 1
config/controllers.yaml

@@ -12,7 +12,7 @@ controllers:
     led_rgb:
         target: digilib.pin.LEDRGB
         pin_red: 19
-        pin_green: 26]
+        pin_green: 26
     debug_ctrl:
         target: digilib.pin.DebugPinController
         pins: []