|
@@ -175,6 +175,7 @@ typedef struct
|
|
|
float Ucellmax;
|
|
|
} UPS_Setting_t;
|
|
|
|
|
|
+#ifndef HARDWARE_BT6708
|
|
|
/**
|
|
|
* @brief Настройки входов/выходов.
|
|
|
*/
|
|
@@ -183,7 +184,7 @@ typedef struct
|
|
|
ro_type_source_t ro_type_source[OUTPUTS_TOTAL_COUNT];
|
|
|
din_type_act_t din_type_act[INPUTS_TOTAL_COUNT];
|
|
|
} INOUTS_t;
|
|
|
-
|
|
|
+#endif
|
|
|
/**
|
|
|
* @brief Параметры RADIUS
|
|
|
*/
|