Ver Fonte

fix typo

李昂 há 4 anos atrás
pai
commit
414cc86bf4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/Task/main.py

+ 1 - 1
examples/Task/main.py

@@ -8,7 +8,7 @@ mem = PikaStdLib.MemChecker()
 
 pin.setPin('PA8')
 pin.setMode('out')
-pin.enalbe()
+pin.enable()
 
 rgb.init()
 rgb.enable()