From 22a92a126d7b79f640cd4535e03c68f3eb5003af Mon Sep 17 00:00:00 2001 From: Brad Luyster Date: Fri, 7 Sep 2012 22:10:51 -0400 Subject: Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bc32f1..068ee78 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ PROJECT = lpc1114_blink_led CORE = cortex-m0 # linker script -LD_SCRIPT = LPC11x14_30x_rom.ld +LD_SCRIPT = LPC11x14_10x_rom.ld # output folder (absolute or relative path, leave empty for in-tree compilation) OUT_DIR = out -- cgit v1.2.3