File size should be 0x3000

This commit is contained in:
orboditilt 2019-07-25 10:31:47 +02:00
parent c0db699b68
commit 234c180659
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ SECTIONS {
}
}
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x2000, "please recude the size.");
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x3000, "please recude the size.");