From: Bdale Garbee Date: Sat, 7 Dec 2024 00:59:30 +0000 (-0700) Subject: hack flash size for lpc11u12, needs to be done better later X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b6854ed720a79b649774722cdaaaa71823af2619;p=fw%2Faltos hack flash size for lpc11u12, needs to be done better later --- diff --git a/src/lpc/altos.ld b/src/lpc/altos.ld index 3e015730..eea57db8 100644 --- a/src/lpc/altos.ld +++ b/src/lpc/altos.ld @@ -17,7 +17,7 @@ */ __flash = 0x1000; -__flash_size = 28K; +__flash_size = 12K; __ram = 0x10000000; __ram_size = 4k; __stack_size = 128;