mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fix small typo in uemis event name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d469862af
commit
d7e35c512c
1 changed files with 1 additions and 1 deletions
2
uemis.c
2
uemis.c
|
@ -151,7 +151,7 @@ void uemis_event(struct dive *dive, struct sample *sample, uemis_sample_t *u_sam
|
|||
if (flags[4] & 0x08)
|
||||
add_event(dive, sample->time.seconds, 0, 0, 0, "RGT Alert");
|
||||
if (flags[4] & 0x40)
|
||||
add_event(dive, sample->time.seconds, 0, 0, 0, "Tank Change Suggest");
|
||||
add_event(dive, sample->time.seconds, 0, 0, 0, "Tank Change Suggested");
|
||||
if (flags[4] & 0x80)
|
||||
add_event(dive, sample->time.seconds, 0, 0, 0, "Depth Limit Exceeded");
|
||||
if (flags[5] & 0x01)
|
||||
|
|
Loading…
Add table
Reference in a new issue