Define RCSW_FPC_ABORT_NV

Define Documentation

RCSW_FPC_ABORT_NV(X, v)

Check a single function pre/post condition X, aborting if the condition is not met.

This macro can be used to unconditionally abort if a precondition fails, rather than the behavior of RCSW_FPC_NV, which is dependent on the value of RCSW_FPC.