Revert "[no ci] Sigmastar: update config_tool memory heap size"

This reverts commit a401de7ede.
pull/1002/head
Viktor 2023-09-21 00:17:09 +02:00
parent 4415fe892b
commit f4badb4fc9
1 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@ int main() {
val = 1 << (val >> 12);
if (val == 64) {
addr = 0x3FE0000;
addr = 0x3FC6000;
total = 0x4000000;
} else if (val == 128) {
addr = 0x7FE0000;
addr = 0x7FC6000;
total = 0x8000000;
} else if (val == 256) {
addr = 0xFFE0000;
addr = 0xFFC6000;
total = 0x10000000;
}