Mercurial > public > ostc4
diff Common/Inc/data_central.h @ 138:cc9c18075e00 FlipDisplay
Removed no longer supported scooter code
author | Ideenmodellierer |
---|---|
date | Sat, 23 Feb 2019 21:10:51 +0100 |
parents | 5f11787b4f42 |
children | 2bb1db22b5f5 |
line wrap: on
line diff
--- a/Common/Inc/data_central.h Tue Feb 19 21:48:32 2019 +0100 +++ b/Common/Inc/data_central.h Sat Feb 23 21:10:51 2019 +0100 @@ -218,18 +218,6 @@ uint16_t bottle_bar_age_MilliSeconds[2 * NUM_GASES + 1]; uint16_t apnea_total_counter; - uint8_t scooterSpeed; - uint8_t scooterType; - uint16_t scooterWattstunden; - uint16_t scooterDrehzahl; - uint8_t scooterRestkapazitaet; - uint8_t scooterAmpere; - uint16_t scooterTemperature; - uint16_t scooterAgeInMilliSeconds; - float scooterSpannung; - uint8_t scooterRestkapazitaetWhBased; - uint8_t scooterRestkapazitaetVoltageBased; - /* control of DataEX_copy_to_LifeData() */ uint8_t boolResetAverageDepth; @@ -476,6 +464,4 @@ _Bool is_ambient_pressure_close_to_surface(SLifeData *lifeData); -uint8_t stateUsed_scooterRemainingBattCapacity(void); - #endif // DATA_CENTRAL_H