mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-26 15:54:12 +00:00
This allows derived classes to override customCheck method to inject additional checks for some files. This is currently needed to accept ARM copyright in ARMv8-M files - https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/1147. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>