From 393bea86f7e5b560ae4a610ccaedbd2461928ed1 Mon Sep 17 00:00:00 2001 From: AlbertoGV Date: Tue, 2 Aug 2022 16:56:02 +0000 Subject: [PATCH] Cambio de usuario --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 107ae69..32861a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OBJECTS=Ejemplo.o -GCC_DIR = /home/griscampos/msp430-gcc/bin -SUPPORT_FILE_DIRECTORY = /home/griscampos/msp430-gcc/include +GCC_DIR = /home/user/msp430-gcc/bin +SUPPORT_FILE_DIRECTORY = /home/user/msp430-gcc/include DEVICE = msp430fr6989 CC = $(GCC_DIR)/msp430-elf-gcc