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.
This commit is contained in:
parent
80f5c7025e
commit
6423edffc8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user