update submodule version 3.16.4

Signed-off-by: Steve Jeong <steve@how2flow.net>
This commit is contained in:
Steve Jeong
2024-05-09 06:13:13 +00:00
parent 1db9efeb0d
commit 38396a5057
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.2',
version = '3.16.4',
ext_modules = [ _odroid_wiringpi ],
py_modules = ["odroid_wiringpi"],
install_requires=[],