diff src/p2_deco.c @ 133:939f1e83c4c2

BUGFIX: Surface interval was not displayed correctly in some cases NEW: Store tissue load, date and time, surface interval, desat. time and nofly time every hour and reload them after battery change
author heinrichsweikamp
date Mon, 14 Jul 2014 15:17:07 +0200
parents 9e856337b225
children 42a2cfc3e85d
line wrap: on
line diff
--- a/src/p2_deco.c	Tue Jul 08 11:39:00 2014 +0200
+++ b/src/p2_deco.c	Mon Jul 14 15:17:07 2014 +0200
@@ -227,7 +227,7 @@
 #ifndef UNIX
 #   pragma udata bank7=0x700
 #endif
-
+    // Keep order of 0x700 variables
 float  pres_tissue_N2[NUM_COMP];
 float  pres_tissue_He[NUM_COMP];
 float  sim_pres_tissue_N2[NUM_COMP];             // 16 floats = 64 bytes.
@@ -2160,6 +2160,8 @@
 //          CF#57 == deco liters/minutes (5 .. 50) or bar/min.
 // Output:  int_O_gas_volumes[0..4] in litters * 0.1
 //
+/*
+
 void deco_gas_volumes(void)
 {
     overlay float volumes[NUM_GAS];
@@ -2289,6 +2291,8 @@
 
 //////////////////////////////////////////////////////////////////////////////
 
+ */
+
 void deco_push_tissues_to_vault(void)
 {
     overlay unsigned char x;