Browse Source

Fix Teensy 3.5 stack alignment (thanks Frank)

teensy4-core
PaulStoffregen 6 years ago
parent
commit
86f64c1a9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/mk64fx512.ld

+ 1
- 1
teensy3/mk64fx512.ld View File

@@ -31,7 +31,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 262140
RAM (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 262136
}



Loading…
Cancel
Save