Fix the spyder fingerprint offset.

This commit is contained in:
Jef Driesen 2009-12-08 11:24:52 +00:00
parent 0edeed162a
commit 1d69b8c021

View File

@ -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 */
};