Mercurial > public > ostc4
comparison Discovery/Src/logbook.c @ 149:e1d66bc78f9a FlipDisplay
Eliminate warnings
author | Ideenmodellierer |
---|---|
date | Sat, 02 Mar 2019 17:42:06 +0100 |
parents | b7689d9e888a |
children | f23b9055436f |
comparison
equal
deleted
inserted
replaced
148:ee744c7160ce | 149:e1d66bc78f9a |
---|---|
1255 * @date 27-Nov-2014 | 1255 * @date 27-Nov-2014 |
1256 *********************************************************************************/ | 1256 *********************************************************************************/ |
1257 void logbook_UpdateHeader(void) | 1257 void logbook_UpdateHeader(void) |
1258 { | 1258 { |
1259 const SDiveState * pStateReal = stateRealGetPointer(); | 1259 const SDiveState * pStateReal = stateRealGetPointer(); |
1260 SSettings *pSettings = settingsGetPointer(); | 1260 |
1261 // uint16_t secondsAtShallow = 0; | 1261 // uint16_t secondsAtShallow = 0; |
1262 RTC_DateTypeDef Sdate; | 1262 RTC_DateTypeDef Sdate; |
1263 RTC_TimeTypeDef Stime; | 1263 RTC_TimeTypeDef Stime; |
1264 uint32_t time1_u32, time2_u32; | 1264 uint32_t time1_u32, time2_u32; |
1265 uint32_t divetimeHelper; | 1265 uint32_t divetimeHelper; |