Added option to remove setjmp.h from generated mock files as not supported on all embedded systems

This commit is contained in:
Jean Rubillon
2020-09-08 20:50:48 +01:00
parent afa294982e
commit 72b356b97d
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -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")