Adjust the profile ringbuffer to exclude the last 512 bytes.

This commit is contained in:
Jef Driesen 2012-03-22 22:22:59 +01:00
parent a3f674913d
commit 45c0750631

View File

@ -149,7 +149,7 @@ static const oceanic_common_layout_t tusa_zenair_layout = {
0x0240, /* rb_logbook_begin */
0x0A40, /* rb_logbook_end */
0x0A40, /* rb_profile_begin */
0xFFF0, /* rb_profile_end */
0xFE00, /* rb_profile_end */
0, /* pt_mode_global */
1 /* pt_mode_logbook */
};