comparison Discovery/Src/t7.c @ 457:4bd01f48c285 minor_improvments

Eliminated some minor warnings
author ideenmodellierer
date Tue, 24 Mar 2020 22:32:48 +0100
parents f7c66593ab82
children 5e6a612d03b5
comparison
equal deleted inserted replaced
456:5e38b09d2c45 457:4bd01f48c285
682 RTC_DateTypeDef SdateFirmware; 682 RTC_DateTypeDef SdateFirmware;
683 683
684 uint8_t dateNotSet = 0; 684 uint8_t dateNotSet = 0;
685 685
686 uint8_t oxygen_percentage, gasOffset, actualGasID; 686 uint8_t oxygen_percentage, gasOffset, actualGasID;
687 #ifdef ENABLE_BOTTLE_SENSOR
687 uint16_t bottleFirstGas_bar; 688 uint16_t bottleFirstGas_bar;
689 #endif
688 point_t start, stop;//, other; 690 point_t start, stop;//, other;
689 691
690 SSettings* pSettings; 692 SSettings* pSettings;
691 pSettings = settingsGetPointer(); 693 pSettings = settingsGetPointer();
692 694
2553 char headerText[10]; 2555 char headerText[10];
2554 char text[TEXTSIZE]; 2556 char text[TEXTSIZE];
2555 uint8_t textpointer = 0; 2557 uint8_t textpointer = 0;
2556 _Bool tinyHeaderFont = 0; 2558 _Bool tinyHeaderFont = 0;
2557 uint8_t line = 0; 2559 uint8_t line = 0;
2560 #ifdef ENABLE_BOTTLE_SENSOR
2558 uint16_t agedColor = 0; 2561 uint16_t agedColor = 0;
2562 #endif
2559 2563
2560 SDivetime Stopwatch = {0,0,0,0}; 2564 SDivetime Stopwatch = {0,0,0,0};
2561 float fAverageDepth, fAverageDepthAbsolute; 2565 float fAverageDepth, fAverageDepthAbsolute;
2562 const SDecoinfo * pDecoinfoStandard; 2566 const SDecoinfo * pDecoinfoStandard;
2563 const SDecoinfo * pDecoinfoFuture; 2567 const SDecoinfo * pDecoinfoFuture;