From 6423edffc86f0e3f573c498c1ffb5da837eee311 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 21 Jun 2012 20:45:12 +0200 Subject: [PATCH] Fix the profile ringbuffer end. The profile ringbuffer is smaller than expected. The purpose of the extra area after the profile ringbuffer is currently unknown. --- src/suunto_d9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suunto_d9.c b/src/suunto_d9.c index 8decadb..488b740 100644 --- a/src/suunto_d9.c +++ b/src/suunto_d9.c @@ -75,7 +75,7 @@ static const suunto_common2_layout_t suunto_d9tx_layout = { 0x10000, /* memsize */ 0x0024, /* serial */ 0x019A, /* rb_profile_begin */ - 0xFFFE /* rb_profile_end */ + 0xEBF0 /* rb_profile_end */ }; static int