fixed opaque schemas paths
Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
parent
9e6170d95e
commit
4ca4a930a9
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def load_schemas(mbedtls_root: str) -> Dict[str, Any]:
|
|||
'scripts',
|
||||
'data_files',
|
||||
'driver_jsons',
|
||||
'driver_transparent_schema.json')
|
||||
'driver_opaque_schema.json')
|
||||
}
|
||||
driver_schema = {}
|
||||
for key, file_path in schema_file_paths.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue