comparison Common/Inc/data_central.h @ 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 1303747b5ba2
children b6436edfb2c0
comparison
equal deleted inserted replaced
280:ae27d6185d51 281:54d14bc2083c
270 int16_t manualMarker; 270 int16_t manualMarker;
271 int16_t gasChange; 271 int16_t gasChange;
272 int16_t info_GasChange; 272 int16_t info_GasChange;
273 int16_t setpointChange; 273 int16_t setpointChange;
274 int16_t info_SetpointChange; 274 int16_t info_SetpointChange;
275 int16_t manuelGasSet; 275 int16_t manualGasSet;
276 int16_t info_manuelGasSetHe; 276 int16_t info_manualGasSetHe;
277 int16_t info_manuelGasSetO2; 277 int16_t info_manualGasSetO2;
278 int16_t bailout; 278 int16_t bailout;
279 int16_t info_bailoutHe; 279 int16_t info_bailoutHe;
280 int16_t info_bailoutO2; 280 int16_t info_bailoutO2;
281 } SEvents; 281 } SEvents;
282 282