-
Hi all. I would like to know whether FW_ASSERT can be disabled for release version of the software? |
Beta Was this translation helpful? Give feedback.
Answered by
thomas-bc
Feb 19, 2025
Replies: 1 comment 1 reply
-
Yes you can disable asserts in the See Configuring F Prime: FpConfig.h (there's a section on Asserts) Setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gonta01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can disable asserts in the
config/
folder of your project, in config/FpConfig.h.See Configuring F Prime: FpConfig.h (there's a section on Asserts)
Setting
FW_ASSERT_LEVEL
toFW_NO_ASSERT
will compile the asserts out.