diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-10-16 14:25:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-18 17:37:49 -0700 |
commit | 0f63b524a67302e257353638152f2ff4bb2c54f6 (patch) | |
tree | 8b2830207ab2faf801fc0707a199659e884478d8 /dive.c | |
parent | 9c49f8924b18e052b8e0d6ac06f819ea8c0bdab4 (diff) | |
download | subsurface-0f63b524a67302e257353638152f2ff4bb2c54f6.tar.gz |
Mention Shearwater Nerd
alongside Petrell 2 since this seems to be the same computer internally.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.c')
-rw-r--r-- | dive.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -900,7 +900,8 @@ void update_setpoint_events(struct divecomputer *dc) if (dc->divemode == OC && (same_string(dc->model, "Shearwater Predator") || - same_string(dc->model, "Shearwater Petrel"))) { + same_string(dc->model, "Shearwater Petrel") || + same_string(dc->model, "Shearwater Nerd"))) { // make sure there's no setpoint in the samples // this is an irreversible change - so switching a dive to OC // by mistake when it's actually CCR is _bad_ |