Select the correct memory layout for the Mares Puck Air.
This commit is contained in:
parent
608008cd33
commit
5942215cda
@ -170,6 +170,7 @@ mares_puck_device_open (device_t **out, const char* name)
|
||||
device->base.layout = &mares_nemowide_layout;
|
||||
break;
|
||||
case NEMOAIR:
|
||||
case PUCKAIR:
|
||||
device->base.layout = &mares_nemoair_layout;
|
||||
break;
|
||||
case PUCK:
|
||||
@ -453,6 +454,7 @@ mares_puck_extract_dives (device_t *abstract, const unsigned char data[], unsign
|
||||
layout = &mares_nemowide_layout;
|
||||
break;
|
||||
case NEMOAIR:
|
||||
case PUCKAIR:
|
||||
layout = &mares_nemoair_layout;
|
||||
break;
|
||||
case PUCK:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user