Apply suggestions from code review

Co-Authored-By: conorpp <conorpp94@gmail.com>
This commit is contained in:
Nicolas Stalder 2019-03-21 21:03:49 -04:00
parent 175f59d206
commit f3b591e570
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ _MIN_STACK_SIZE = 0x400;
MEMORY
{
flash (rx) : ORIGIN = 0x08008000, LENGTH = 186K-8 /* Leave out 38 Kb at end for data */
flash (rx) : ORIGIN = 0x08008000, LENGTH = 178K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
sram2 (rw) : ORIGIN = 0x10000000, LENGTH = 16K
}