fix(gen_json): fix bad LVGL header path (#6479)

This commit is contained in:
Kevin Schlosser 2024-07-09 06:07:07 -06:00 committed by GitHub
parent af041657aa
commit 58100f1d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -362,7 +362,7 @@ if __name__ == '__main__':
"using this feature."
),
action="store",
default=os.path.join(temp_directory, "lvgl.h")
default=os.path.join(temp_directory, "lvgl", "lvgl.h")
)
parser.add_argument(
'--filter-private',