Add xTimerDelete strippable pattern to event_groups and smp CMock configs (#1421)

This is in accordance to fix the failure at https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/1412
This commit is contained in:
Anubhav Rawal
2026-07-08 17:17:26 -07:00
committed by GitHub
parent 97878317f2
commit de7decac1a
2 changed files with 2 additions and 1 deletions

View File

@@ -29,4 +29,5 @@
:strippables:
- PRIVILEGED_FUNCTION
- portDONT_DISCARD
- '(?:BaseType_t\s+xTimerDelete\s*\([\s\w,\n\t]*\)[\s\w,\n\t]*\s*;\s*)'
:treat_externs: :include

View File

@@ -29,4 +29,4 @@
:strippables:
- PRIVILEGED_FUNCTION
- portDONT_DISCARD
- '(?:BaseType_t\s+xTimerDelete\s*\([\s\w,\n\t]*\)[\s\w,\n\t]*\s*;\s*)'