Skip to content

Commit 64c2db0

Browse files
committed
fix Missing function or method docstring (missing-function-docstring)
1 parent f423f59 commit 64c2db0

File tree

1 file changed

+1
-0
lines changed
  • src/adafruit_blinka/microcontroller/allwinner/h618

1 file changed

+1
-0
lines changed

src/adafruit_blinka/microcontroller/allwinner/h618/pin.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
77

88
def find_gpiochip_number(target_label):
9+
"""Get correct gpiochip number, legacy kernel and mainline kernel are different"""
910
try:
1011
with open('/sys/kernel/debug/gpio', 'r') as f:
1112
lines = f.readlines()

0 commit comments

Comments
 (0)