diff --git a/error_sdr/error_sdr.h b/error_sdr/error_sdr.h index 2a23de2..6eb57be 100644 --- a/error_sdr/error_sdr.h +++ b/error_sdr/error_sdr.h @@ -38,6 +38,7 @@ extern "C" { Constants ------------------------------------------------------------------------------*/ #define TEXT_MESSAGE_LENGTH 72 +#define Error_Handler( a ) error_fail_fast( a ) /* backwards compatible */ /*------------------------------------------------------------------------------ Typdefs