mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Fix comment
This commit is contained in:
parent
82399f1561
commit
c29ee769bc
@ -2,7 +2,7 @@ ENTRY(Reset_Handler);
|
||||
MEMORY {
|
||||
itcram(rx) : ORIGIN = 0x00000000, LENGTH = 64k
|
||||
dtcram(rw) : ORIGIN = 0x20000000, LENGTH = 64k
|
||||
ocram(rw) : ORIGIN = 0x20200000, LENGTH = 128k # This is cached !
|
||||
ocram(rw) : ORIGIN = 0x20200000, LENGTH = 128k /* This is cached */
|
||||
}
|
||||
__StackTop = ORIGIN(dtcram) + LENGTH(dtcram);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user