Skip to content

Commit cb5192a

Browse files
minor fixes
1 parent e9f50bc commit cb5192a

File tree

1 file changed

+1
-1
lines changed
  • src/adafruit_blinka/microcontroller/starfive/JH7110/pwmio

1 file changed

+1
-1
lines changed

src/adafruit_blinka/microcontroller/starfive/JH7110/pwmio/PWMOut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import VisionFive.gpio as GPIO
77

8-
GPIO.setmode(GPIO.Board)
8+
GPIO.setmode(GPIO.BOARD)
99
GPIO.setwarnings(False)
1010

1111

0 commit comments

Comments
 (0)