mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-08 19:29:56 +00:00
Added option to remove setjmp.h from generated mock files as not supported on all embedded systems
This commit is contained in:
@@ -41,6 +41,7 @@ class CMockConfig
|
||||
:array_size_type => [],
|
||||
:array_size_name => 'size|len',
|
||||
:skeleton => false,
|
||||
:has_setjmp_h => true,
|
||||
|
||||
# Format to look for inline functions.
|
||||
# This is a combination of "static" and "inline" keywords ("static inline", "inline static", "inline", "static")
|
||||
|
||||
Reference in New Issue
Block a user