From 45c07506314124d3dc961310b326ee52373cfc08 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 22 Mar 2012 22:22:59 +0100 Subject: [PATCH] Adjust the profile ringbuffer to exclude the last 512 bytes. --- src/oceanic_atom2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oceanic_atom2.c b/src/oceanic_atom2.c index 172c198..c5d7a46 100644 --- a/src/oceanic_atom2.c +++ b/src/oceanic_atom2.c @@ -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 */ };