Skip to content

Commit

Permalink
fixup! Apply style suggestions from code reivew by mmilata
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Milata <[email protected]>
  • Loading branch information
M1nd3r and mmilata authored Oct 3, 2024
1 parent 443a1f7 commit 31660a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/SConscript.firmware
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ PROTO_SOURCES_DIR = '../../../common/protob/'

exclude_list = [PROTO_SOURCES_DIR + 'messages-bootloader.proto']
if not THP:
exclude_list.append(PROTO_SOURCES_DIR+'messages-thp.proto')
exclude_list.append(PROTO_SOURCES_DIR + 'messages-thp.proto')

PROTO_SOURCES = Glob(PROTO_SOURCES_DIR + '*.proto',
exclude=exclude_list
Expand Down
2 changes: 1 addition & 1 deletion core/SConscript.unix
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ PROTO_SOURCES_DIR = '../../../common/protob/'

exclude_list = [PROTO_SOURCES_DIR + 'messages-bootloader.proto']
if not THP:
exclude_list.append(PROTO_SOURCES_DIR+'messages-thp.proto')
exclude_list.append(PROTO_SOURCES_DIR + 'messages-thp.proto')

PROTO_SOURCES = Glob(PROTO_SOURCES_DIR + '*.proto',
exclude=exclude_list
Expand Down

0 comments on commit 31660a8

Please sign in to comment.