mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/BT: fix duplicate entries in BT detection
Somehow three identical lines snuck into commit 0a4e37ee8b
("core/BT: simplify
detection of bluetooth names").
Reported-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a6cfd181e8
commit
805a2388af
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ static struct namePattern name[] = {
|
|||
{ "NERD 2", "Shearwater", "NERD 2" },
|
||||
{ "NERD", "Shearwater", "NERD" }, // order is important, test for the more specific one first
|
||||
{ "Predator", "Shearwater", "Predator" },
|
||||
{ "Predator", "Shearwater", "Predator" },
|
||||
{ "Predator", "Shearwater", "Predator" },
|
||||
// Suunto dive computers
|
||||
{ "EON Steel", "Suunto", "EON Steel" },
|
||||
{ "EON Core", "Suunto", "EON Core" },
|
||||
|
|
Loading…
Add table
Reference in a new issue