diff src/hwos.inc @ 629:237931377539

3.07 stable release
author heinrichsweikamp
date Fri, 29 Nov 2019 18:48:11 +0100
parents cd58f7fc86db
children 185ba2f91f59
line wrap: on
line diff
--- a/src/hwos.inc	Thu Sep 19 12:01:29 2019 +0200
+++ b/src/hwos.inc	Fri Nov 29 18:48:11 2019 +0100
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File hwos.inc                             combined next generation V3.04.3
+;   File hwos.inc                             combined next generation V3.06.2
 ;
 ;   OSTC Platform Definitions
 ;
@@ -906,8 +906,8 @@
 
 ;---- other Timers
 uptime							res 4		; [sec] uptime of the OSTC since last cold start
-lastdive_time					res 4		; [sec] time since last dive
-surface_interval				res 2		; [min] surface interval
+surface_interval_secs			res 4		; [sec] surface interval counted in seconds
+surface_interval_mins			res 2		; [min] surface interval counted in minutes
 simulator_time					res 1		; [min] real runtime of the simulator
 
 ;---- Data for Pressure and Temperature Calculation (MS5541)