Mercurial > public > ostc4
comparison Discovery/Src/test_vpm.c @ 281:54d14bc2083c
Fix typos (There are still many...)
Limit stored NDL within 0 to 240 mins (Since it's 8bit UINT only) - I asume this is was a bug causing bad NDL readings in the logbook when downloaded with libdivecomputer
author | heinrichsweikamp |
---|---|
date | Wed, 01 May 2019 14:39:46 +0200 |
parents | 6e78137952af |
children | aa6006975e76 |
comparison
equal
deleted
inserted
replaced
280:ae27d6185d51 | 281:54d14bc2083c |
---|---|
159 pInput->lifeData.pressure_ambient_bar = 1.0f; | 159 pInput->lifeData.pressure_ambient_bar = 1.0f; |
160 | 160 |
161 pInput->warnings.decoMissed = 0; | 161 pInput->warnings.decoMissed = 0; |
162 pInput->events.gasChange = 0; | 162 pInput->events.gasChange = 0; |
163 pInput->events.info_GasChange = 0; | 163 pInput->events.info_GasChange = 0; |
164 pInput->events.info_manuelGasSetO2 = 0; | 164 pInput->events.info_manualGasSetO2 = 0; |
165 pInput->events.info_manuelGasSetHe = 0; | 165 pInput->events.info_manualGasSetHe = 0; |
166 pInput->events.manuelGasSet = 0; | 166 pInput->events.manualGasSet = 0; |
167 pInput->warnings.ppO2High = 0; | 167 pInput->warnings.ppO2High = 0; |
168 pInput->warnings.ppO2Low = 0; | 168 pInput->warnings.ppO2Low = 0; |
169 pInput->warnings.slowWarning = 0; | 169 pInput->warnings.slowWarning = 0; |
170 | 170 |
171 | 171 |