update version in version checker (#239)
This commit is contained in:
2
.github/scripts/kernel_checker.py
vendored
2
.github/scripts/kernel_checker.py
vendored
@ -35,7 +35,7 @@ KERNEL_IGNORED_PATTERNS = [
|
|||||||
|
|
||||||
KERNEL_HEADER = [
|
KERNEL_HEADER = [
|
||||||
'/*\n',
|
'/*\n',
|
||||||
' * FreeRTOS Kernel V10.4.2\n',
|
' * FreeRTOS Kernel V10.4.3\n',
|
||||||
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
|
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
|
||||||
' *\n',
|
' *\n',
|
||||||
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
|
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
|
||||||
|
Reference in New Issue
Block a user