Fix the layout for the Oceanic Atom 1.0.

The profile ringbuffer starts already at address 0x0440 instead of
0x0A40. The logbook ringbuffer is therefore a bit smaller too.
This commit is contained in:
Jef Driesen 2015-12-03 21:24:47 +01:00
parent a155fb717b
commit a4838e7cfc

View File

@ -222,9 +222,9 @@ static const oceanic_common_layout_t oceanic_atom1_layout = {
0x0000, /* cf_devinfo */
0x0040, /* cf_pointers */
0x0240, /* rb_logbook_begin */
0x0A40, /* rb_logbook_end */
0x0440, /* rb_logbook_end */
8, /* rb_logbook_entry_size */
0x0A40, /* rb_profile_begin */
0x0440, /* rb_profile_begin */
0x8000, /* rb_profile_end */
0, /* pt_mode_global */
0 /* pt_mode_logbook */