annotate src/ghostwriter.inc @ 389:9175429bdeba

CHANGE: Logbook now shows end-of-dive date and time for dives made with firmware <1.92 indicated by an icon in the logbook CHANGE: Logbook shows start-of-dive date and time for dives made with firmware >=1.92 BUGFIX: Text alignment in logbook
author heinrichsweikamp
date Tue, 27 Oct 2015 13:45:10 +0100
parents 11d4fc797f74
children b455b31ce022
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
heinrichsweikamp
parents:
diff changeset
3 ; File ghostwriter.inc
heinrichsweikamp
parents:
diff changeset
4 ;
heinrichsweikamp
parents:
diff changeset
5 ;
heinrichsweikamp
parents:
diff changeset
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
heinrichsweikamp
parents:
diff changeset
7 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
8 ; HISTORY
heinrichsweikamp
parents:
diff changeset
9 ; 2011-11-27 : [mH] Creation
heinrichsweikamp
parents:
diff changeset
10
heinrichsweikamp
parents:
diff changeset
11 extern store_dive_data
heinrichsweikamp
parents:
diff changeset
12 extern ghostwriter_end_dive
heinrichsweikamp
parents:
diff changeset
13 extern ghostwriter_short_header
heinrichsweikamp
parents:
diff changeset
14 extern update_battery_registers
heinrichsweikamp
parents:
diff changeset
15 extern do_logoffset_common_write
heinrichsweikamp
parents:
diff changeset
16 extern do_logoffset_common_read
heinrichsweikamp
parents:
diff changeset
17
heinrichsweikamp
parents:
diff changeset
18