comparison Discovery/Src/t7.c @ 51:8f8ea3a32e82

Resolved warnings pointing to possible invalid memory access
author Ideenmodellierer
date Tue, 31 Jul 2018 22:28:21 +0200
parents 5f11787b4f42
children 4276d56eb37c cc8e24374b83
comparison
equal deleted inserted replaced
50:6310a27fd6d3 51:8f8ea3a32e82
1415 t7_change_customview(); 1415 t7_change_customview();
1416 1416
1417 char text[256]; 1417 char text[256];
1418 uint16_t textpointer = 0; 1418 uint16_t textpointer = 0;
1419 int16_t start; 1419 int16_t start;
1420 uint8_t lineCountCustomtext; 1420 uint8_t lineCountCustomtext = 0;
1421 int16_t shiftWindowY0; 1421 int16_t shiftWindowY0;
1422 RTC_DateTypeDef Sdate; 1422 RTC_DateTypeDef Sdate;
1423 RTC_TimeTypeDef Stime; 1423 RTC_TimeTypeDef Stime;
1424 float fPpO2limitHigh, fPpO2limitLow, fPpO2ofGasAtThisDepth; // CVIEW_Gaslist 1424 float fPpO2limitHigh, fPpO2limitLow, fPpO2ofGasAtThisDepth; // CVIEW_Gaslist
1425 const SGasLine * pGasLine; // CVIEW_Gaslist 1425 const SGasLine * pGasLine; // CVIEW_Gaslist