Fix the location of the module information

This commit is contained in:
Maschell 2020-07-01 13:18:14 +02:00
parent 40deae7e98
commit 10db6e943a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define MEMORY_REGION_START 0x00800000
#define MEMORY_REGION_SIZE 0x00800000
#define MEMORY_REGION_USABLE_START MEMORY_REGION_START
#define MEMORY_REGION_USABLE_START MEMORY_REGION_START + 0x00080000
#define MEMORY_REGION_USABLE_END 0x00FFF000
#define gModuleData ((module_information_t *) (MEMORY_REGION_USABLE_START))