Remove the initial gas switch
The Cressi Drake is a freedive computer and does not support gas switches.
This commit is contained in:
parent
a8bcfb998b
commit
9ff6e5caad
@ -178,6 +178,9 @@ cressi_leonardo_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callbac
|
||||
|
||||
unsigned int gasmix_previous = 0xFFFFFFFF;
|
||||
unsigned int gasmix = 0;
|
||||
if (parser->model == DRAKE) {
|
||||
gasmix = gasmix_previous;
|
||||
}
|
||||
|
||||
unsigned int offset = SZ_HEADER;
|
||||
while (offset + 2 <= size) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user