From 95bdea93cd532d184c20c7320f8dde31dac5cfb7 Mon Sep 17 00:00:00 2001 From: Giorgio Marzano Date: Mon, 5 Oct 2015 11:05:09 +0200 Subject: [PATCH] Use the correct memory layout and packet size. --- src/mares_iconhd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mares_iconhd.c b/src/mares_iconhd.c index 7628426..49b7300 100644 --- a/src/mares_iconhd.c +++ b/src/mares_iconhd.c @@ -296,6 +296,7 @@ mares_iconhd_device_open (dc_device_t **out, dc_context_t *context, const char * case PUCK2: case NEMOWIDE2: case SMART: + case SMARTAPNEA: device->layout = &mares_nemowide2_layout; device->packetsize = 256; break;