Ignore:
Timestamp:
Apr 1, 2026, 9:33:58 AM (5 weeks ago)
Author:
f.jahn
Message:

Fixing Projects.

File:
1 edited

Legend:

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

    r54 r55  
    223223        /* 8 of 8 */ int16_t  peukertRemoveCorrectionFaktor;                                            // 235
    224224        /* 4 of 8 */ int32_t  mAh_AutoModeU;                                                                            // 236-237
    225         /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 238
    226         /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 239
     225        /* 6 of 8 */ uint16_t ltc_charge_current;                                                                       // 238
     226        /* 8 of 8 */ uint16_t ltc_charge_current_max;                                                           // 239
    227227        /* 4 of 8 */ int64_t  mAs_AutoModeU;                                                                            // 240-243
    228228        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 244
     
    230230        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 246
    231231        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 247
    232         /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 248
    233         /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 249
     232        /* 6 of 8 */ uint16_t ltc_discharge_current;                                                            // 248
     233        /* 8 of 8 */ uint16_t ltc_discharge_current_max;                                                        // 249
    234234        /* 8 of 8 */ int16_t  current_buffer[SAMPLE_ARRAY_SIZE];                                        // 250-313
    235235        /* 8 of 8 */ int16_t  voltage_buffer[SAMPLE_ARRAY_SIZE];                                        // 314-377
Note: See TracChangeset for help on using the changeset viewer.