Increase the total memory size to 64KB.

This commit is contained in:
Jef Driesen 2009-05-15 10:13:03 +00:00
parent 863890aa23
commit f477defbf8
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ static const oceanic_common_layout_t oceanic_atom2_layout = {
0x0A40, /* rb_logbook_end */
0x0A40, /* rb_profile_empty */
0x0A50, /* rb_profile_begin */
0xFFF0, /* rb_profile_end */
0x10000, /* rb_profile_end */
0 /* mode */
};

View File

@ -28,7 +28,7 @@ extern "C" {
#include "device.h"
#define OCEANIC_ATOM2_MEMORY_SIZE 0xFFF0
#define OCEANIC_ATOM2_MEMORY_SIZE 0x10000
#define OCEANIC_ATOM2_PACKET_SIZE 0x10
device_status_t