Index: trunk/fw_g473rct/SES/inc/fast_current.h
===================================================================
--- trunk/fw_g473rct/SES/inc/fast_current.h	(revision 23)
+++ trunk/fw_g473rct/SES/inc/fast_current.h	(revision 24)
@@ -20,5 +20,5 @@
 
 //--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
-void FAST_CURRENT_Exec(uint32_t newvalP, uint32_t newvalM );
+void FAST_CURRENT_Exec(uint32_t newVal );
 
 #endif //
Index: trunk/fw_g473rct/SES/inc/int_bat_voltage.h
===================================================================
--- trunk/fw_g473rct/SES/inc/int_bat_voltage.h	(revision 24)
+++ trunk/fw_g473rct/SES/inc/int_bat_voltage.h	(revision 24)
@@ -0,0 +1,30 @@
+/******************************************************************************
+*
+* @file    ref_voltage.h
+* @author  ECS, Falko Jahn
+* @version V1.0.0
+* @date    2020-05-01
+* @brief      
+*
+******************************************************************************/
+#ifndef __REF_VOLTAGE_H
+#define __REF_VOLTAGE_H
+
+//--- INCLUDEs -----------------------------------------------------------------
+
+//--- GLOBALE TYPE DEFS --------------------------------------------------------       
+
+//--- GLOBALE DEFINES ----------------------------------------------------------
+
+//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
+
+//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
+
+/*
+* @brief	
+* @param	kein
+* @retval	kein
+*/
+void INT_BAT_VOLTAGE_Exec(uint32_t newval);
+
+#endif // __REF_VOLTAGE_H
Index: trunk/fw_g473rct/SES/inc/ref_voltage.h
===================================================================
--- trunk/fw_g473rct/SES/inc/ref_voltage.h	(revision 23)
+++ 	(revision )
@@ -1,30 +1,0 @@
-/******************************************************************************
-*
-* @file    ref_voltage.h
-* @author  ECS, Falko Jahn
-* @version V1.0.0
-* @date    2020-05-01
-* @brief      
-*
-******************************************************************************/
-#ifndef __REF_VOLTAGE_H
-#define __REF_VOLTAGE_H
-
-//--- INCLUDEs -----------------------------------------------------------------
-
-//--- GLOBALE TYPE DEFS --------------------------------------------------------       
-
-//--- GLOBALE DEFINES ----------------------------------------------------------
-
-//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
-
-//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
-
-/*
-* @brief	
-* @param	kein
-* @retval	kein
-*/
-void REF_VOLTAGE_Exec(uint32_t newval);
-
-#endif // __REF_VOLTAGE_H
