8000 Remove typo in test_psa_constant_names · Mbed-TLS/mbedtls-framework@8d9df51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d9df51

Browse files
author
Ben Taylor
committed
Remove typo in test_psa_constant_names
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
1 parent 0b973a0 commit 8d9df51

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