We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8db5e9 commit e5b7c29Copy full SHA for e5b7c29
builder/__init__.py
@@ -285,7 +285,7 @@ def generate_manifest(
285
286
if 'all' in indevs:
287
indevs.remove('all')
288
- path = f'{script_dir}/api_drivers/common_api_drivers/ndev'
+ path = f'{script_dir}/api_drivers/common_api_drivers/indev'
289
for file in os.listdir(path):
290
if (
291
file == 'focaltech_touch.py' or
0 commit comments