Update submodule version 3.17.1

- add support ODROID-C5

Change-Id: Ie30ff3666c8d7833f26f49c08bada302af35a568
This commit is contained in:
2025-05-21 12:57:13 +09:00
parent 4007d854a8
commit 369bc4a143
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ _odroid_wiringpi = Extension(
setup(
name = 'odroid_wiringpi',
version = '3.17.0',
version = '3.17.1',
ext_modules = [ _odroid_wiringpi ],
py_modules = ["odroid_wiringpi"],
install_requires=[],