8000 Fix syntax error in framework · Mbed-TLS/mbedtls-framework@7167829 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7167829

Browse files
author
Ben Taylor
committed
Fix syntax error in framework
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent 8ac97f5 commit 7167829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_psa_constant_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def main():
172172
parser.add_argument('--include', '-I',
173173
action='append', default=['tf-psa-crypto/include',
174174
'tf-psa-crypto/drivers/builtin/include',
175-
'tf-psa-crypto/drivers/everest/include'
175+
'tf-psa-crypto/drivers/everest/include',
176176
'tf-psa-crypto/private',
177177
'include'],
178178
help='Directory for header files')

0 commit comments

Comments
 (0)
0