Index: Common.h =================================================================== diff -u -r6e2e8e664a820341159989d983b7a842101faba1 -r9ec5fca6c1db96b0994450b845769c0301e8a1b9 --- Common.h (.../Common.h) (revision 6e2e8e664a820341159989d983b7a842101faba1) +++ Common.h (.../Common.h) (revision 9ec5fca6c1db96b0994450b845769c0301e8a1b9) @@ -124,6 +124,7 @@ #define BITS_16_FULL_SCALE 65536 ///< Full scale range for 16 bit ADC or DAC #define BITS_24_FULL_SCALE 16777216 ///< Full scale range for 24 bit ADC or DAC #define HALF 0.5F ///< Half +#define SHIFT_BITS_BY_7 7 ///< Shift bits by 7 #define ASCII_CODE_LETTER_A 0x41 ///< ASCII code in hex for letter A. #define ASCII_CODE_LETTER_B 0x42 ///< ASCII code in hex for letter B. Index: PersistentAlarm.h =================================================================== diff -u -r7574a250df6c0a773344ccafb62431c22930f6a3 -r9ec5fca6c1db96b0994450b845769c0301e8a1b9 --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 7574a250df6c0a773344ccafb62431c22930f6a3) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision 9ec5fca6c1db96b0994450b845769c0301e8a1b9) @@ -45,6 +45,7 @@ FPGA_PERS_ERROR_LOAD_CELL_A1_B1_SENSORS, ///< Load cell A1/B1 sensors. FPGA_PERS_ERROR_LOAD_CELL_A2_B2_SENSORS, ///< Load cell A2/B2 sensors. FPGA_PERS_ERROR_MAIN_PRIMARY_HEATER_VOLTAGE_ADC, ///< Main primary heater voltage ADC. + FPGA_PERS_ERROR_DRAIN_PUMP_DIR_HALL_SENSOR, ///< Drain pump direction hall sensor. NUM_OF_FPGA_SENSOR_GROUPS ///< Number of FPGA sensor groups. } FPGA_PERSISTENT_ALARMS_GROUP_T; #endif