From 5f04fa3bbe14faf4861785aa7f5d52accb5a85e2 Mon Sep 17 00:00:00 2001 From: Nick <53413353+nickpalladino@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:50:05 -0400 Subject: [PATCH] Move flags --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45402b2..7e5620c 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,9 @@ CFLAGS = -mmcu=rf430frl152h -Wall \ -Wno-unused-but-set-variable \ -I. -I/home/runner/msp430-gcc/include \ -Os - --no-gc-sections -nostartfiles # Linker Flags -LDFLAGS = -Wl,--no-gc-sections -T rf430frl152h.ld +LDFLAGS = -Wl,--no-gc-sections -nostartfiles -T rf430frl152h.ld # Application files APPS = tcg_counter.txt