Skip to content

Commit

Permalink
Merge pull request #7 from joric/master
Browse files Browse the repository at this point in the history
fixed RAM settings (YJ-14015 support)
  • Loading branch information
reversebias committed Nov 6, 2017
2 parents e961264 + f22bfc5 commit f2bb956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitosis-keyboard-basic/custom/armgcc/gzll_gcc_nrf51.ld
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x40000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x8000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000
}

SECTIONS
Expand Down

0 comments on commit f2bb956

Please sign in to comment.