Ignore:
Timestamp:
Sep 9, 2026, 3:02:30 PM (12 days ago)
Author:
f.jahn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/inc/battery_voltage_fast.h

    r73 r76  
    1818
    1919
    20 #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION               65536
    21 #define BATTERY_VOLTAGE_FAST_ADC_OFFSET                   32768
     20
     21#ifdef ADCOFFSET
     22  #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION             65536
     23  #define BATTERY_VOLTAGE_FAST_ADC_OFFSET                         32768
     24#else
     25  #define BATTERY_VOLTAGE_FAST_ADC_RESOLUTION             32768
     26  #define BATTERY_VOLTAGE_FAST_ADC_OFFSET                         32768
     27#endif
    2228
    2329//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.