ci: Exclude winpcap lib from header file check

pull/842/head
Paul Bartell 3 years ago committed by Paul Bartell
parent a685e63049
commit ce4c52c33f

@ -269,7 +269,8 @@ FREERTOS_IGNORED_PATTERNS = [
r'.*/trcConfig\.c.*',
r'.*/trcSnapshotConfig\.h.*',
r'.*/MicroZed_hw_platform.*',
r'.*/ThirdParty/.*'
r'.*/ThirdParty/.*',
r'FreeRTOS\-Plus/Demo/Common/WinPCap/.*'
]
FREERTOS_IGNORED_FILES = [

Loading…
Cancel
Save