mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-03-25 10:32:42 +08: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>