Mercurial > public > hwos_code
comparison src/ostc3.inc @ 89:c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
BUGFIX: Show "CC Diluents" in logbook instead of OC Gas List
author | heinrichsweikamp |
---|---|
date | Tue, 15 Apr 2014 12:16:28 +0200 |
parents | bd6c9f09ed3f |
children | 7ca1105751c7 |
comparison
equal
deleted
inserted
replaced
88:2a992aba61ef | 89:c34516c99ca8 |
---|---|
17 | 17 |
18 #include <p18f87k22.inc> | 18 #include <p18f87k22.inc> |
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
22 #DEFINE softwareversion_y d'24' ; Software version XX.YY | 22 #DEFINE softwareversion_y d'25' ; Software version XX.YY |
23 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 23 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
24 | 24 |
25 #DEFINE comm_service_key 0xABCDEF | 25 #DEFINE comm_service_key 0xABCDEF |
26 | 26 |
27 ;----------------------------------------------------------------------------- | 27 ;----------------------------------------------------------------------------- |