From 1d69b8c021041548d8f9cf54aa18d9afe31c28bb Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Tue, 8 Dec 2009 11:24:52 +0000 Subject: [PATCH] Fix the spyder fingerprint offset. --- src/suunto_vyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suunto_vyper.c b/src/suunto_vyper.c index 215fb96..5c76267 100644 --- a/src/suunto_vyper.c +++ b/src/suunto_vyper.c @@ -75,7 +75,7 @@ static const suunto_common_layout_t suunto_spyder_layout = { 0x1C, /* eop */ 0x4C, /* rb_profile_begin */ SUUNTO_VYPER_MEMORY_SIZE, /* rb_profile_end */ - 7, /* fp_offset */ + 6, /* fp_offset */ 3 /* peek */ };