cleanup consts

This commit is contained in:
Brandon Ros
2023-08-22 18:41:48 -04:00
parent 145a5cb762
commit 058c10f3e9
3 changed files with 12 additions and 27 deletions

View File

@ -2,4 +2,4 @@ MEMORY {
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}
}