update submodule version 3.16.2

Signed-off-by: Steve Jeong <steve@how2flow.net>
This commit is contained in:
Steve Jeong
2024-03-25 02:20:26 +00:00
parent 1ba2d4c690
commit 1db9efeb0d
2 changed files with 2 additions and 2 deletions

View File

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