Skip to content

Commit bb8d07d

Browse files
author
Ben Taylor
committed
remove compat-2.x.h
Signed-off-by: Ben Taylor <[email protected]>
1 parent 4a84121 commit bb8d07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_names.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(self, log):
223223

224224
# Globally excluded filenames.
225225
# Note that "*" can match directory separators in exclude lists.
226-
self.excluded_files = ["*/bn_mul", "*/compat-2.x.h"]
226+
self.excluded_files = ["*/bn_mul"]
227227

228228
def _parse(self, all_macros, enum_consts, identifiers,
229229
excluded_identifiers, mbed_psa_words, symbols):

0 commit comments

Comments
 (0)