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 b8fdb89 commit 24c10bdCopy full SHA for 24c10bd
make.py
@@ -264,7 +264,7 @@ def create_lvgl_header():
264
get_submodules()
265
266
if custom_board_path is not None:
267
- if custom_board_path.endswith('/'):
+ if custom_board_path.endswith('/') or custom_board_path.endswith('\\'):
268
custom_board_path = custom_board_path[:-1]
269
270
board_name = os.path.split(custom_board_path)[-1]
0 commit comments