diff 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
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Mon Apr 29 19:25:24 2019 +0200
+++ b/Common/Inc/data_central.h	Wed May 01 14:39:46 2019 +0200
@@ -272,9 +272,9 @@
 	int16_t info_GasChange;
 	int16_t setpointChange;
 	int16_t info_SetpointChange;
-	int16_t manuelGasSet;
-	int16_t info_manuelGasSetHe;
-	int16_t info_manuelGasSetO2;
+	int16_t manualGasSet;
+	int16_t info_manualGasSetHe;
+	int16_t info_manualGasSetO2;
 	int16_t bailout;
 	int16_t info_bailoutHe;
 	int16_t info_bailoutO2;