mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-26 15:54:12 +00:00
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:
@@ -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
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
:strippables:
|
||||
- PRIVILEGED_FUNCTION
|
||||
- portDONT_DISCARD
|
||||
|
||||
- '(?:BaseType_t\s+xTimerDelete\s*\([\s\w,\n\t]*\)[\s\w,\n\t]*\s*;\s*)'
|
||||
|
||||
Reference in New Issue
Block a user