mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 23:05:00 -06:00
🐛 Fix FYSETC Cheetah v2.0 build (#22926)
This commit is contained in:
parent
02dc7a6387
commit
0d41667bc2
3 changed files with 3 additions and 4 deletions
|
@ -61,7 +61,7 @@ _Min_Stack_Size = 0x400;; /* required amount of stack */
|
|||
/* Specify the memory areas */
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x800C000, LENGTH = 256K
|
||||
FLASH (rx) : ORIGIN = 0x8008000, LENGTH = 256K - 32K
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue