Skip to content

Commit

Permalink
Fix the React Pro White memory layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jefdriesen committed Jan 18, 2024
1 parent de6696b commit 1d0aeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oceanic_atom2.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ static const oceanic_common_layout_t oceanic_reactpro_layout = {
0x0600, /* rb_logbook_end */
8, /* rb_logbook_entry_size */
0x0600, /* rb_profile_begin */
0xFFF0, /* rb_profile_end */
0xFE00, /* rb_profile_end */
1, /* pt_mode_global */
1, /* pt_mode_logbook */
0, /* pt_mode_serial */
Expand Down

0 comments on commit 1d0aeec

Please sign in to comment.