Index: Common.h =================================================================== diff -u -r54a9bd09d6714d7faaa186959988a75ef3b83557 -r98a3bed2b658adc37be874746ece9634a8460f56 --- Common.h (.../Common.h) (revision 54a9bd09d6714d7faaa186959988a75ef3b83557) +++ Common.h (.../Common.h) (revision 98a3bed2b658adc37be874746ece9634a8460f56) @@ -119,9 +119,6 @@ #define BITS_12_FULL_SCALE 4096 ///< Full scale range for 12 bit ADC or DAC #define BITS_14_FULL_SCALE 16384 ///< Full scale range for 14 bit ADC or DAC #define BITS_16_FULL_SCALE 65536 ///< Full scale range for 16 bit ADC or DAC -#define LR_OFFSET_WORD_IN_STACK 22 ///< Offset of the link register from the STACK_MARKER -#define STACK_MARKER 0xCAFECAFE ///< Location in the stack to determine the offset in word from the Link Register -#define LR_OFFSET_ADJUSTMENT 4 ///< Adjust the content of the LR so that the Memory Access Violation does not get call continously // **** Common Macros ****