Index: trunk/fw_g473rct/SES/inc/battery_voltage_fast.h
===================================================================
--- trunk/fw_g473rct/SES/inc/battery_voltage_fast.h	(revision 73)
+++ trunk/fw_g473rct/SES/inc/battery_voltage_fast.h	(revision 76)
@@ -18,6 +18,12 @@
 
 
-#define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION		  65536 
-#define BATTERY_VOLTAGE_FAST_ADC_OFFSET			  32768
+
+#ifdef ADCOFFSET
+  #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION		  65536 
+  #define BATTERY_VOLTAGE_FAST_ADC_OFFSET			  32768
+#else
+  #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION		  32768
+  #define BATTERY_VOLTAGE_FAST_ADC_OFFSET			  32768
+#endif
 
 //--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
