Index: firmware/App/Controllers/Voltages.h =================================================================== diff -u -r6d61f5b0781ed52b2af2998e92410e6105cf755b -rcab94bcd06ee4bf6b760d06cdc0742a3d514ba11 --- firmware/App/Controllers/Voltages.h (.../Voltages.h) (revision 6d61f5b0781ed52b2af2998e92410e6105cf755b) +++ firmware/App/Controllers/Voltages.h (.../Voltages.h) (revision cab94bcd06ee4bf6b760d06cdc0742a3d514ba11) @@ -36,8 +36,8 @@ /// Enumeration of voltages monitored by this module. typedef enum Voltages { - MONITORED_LINE_1_2V = 0, ///< First voltage in list - MONITORED_LINE_FIRST_VOLTAGE = MONITORED_LINE_1_2V, ///< MONITORED_LINE_1_2V + MONITORED_LINE_1_2V = 0, ///< Processor 1.2V + MONITORED_LINE_FIRST_VOLTAGE = MONITORED_LINE_1_2V, ///< First voltage in list MONITORED_LINE_3_3V, ///< Logic voltage (3.3V) MONITORED_LINE_5V_LOGIC, ///< Logic voltage (5V) MONITORED_LINE_5V_SENSORS, ///< Sensors voltage (5V)