Browse Source

Correcciones

master
AlbertoGV 1 year ago
parent
commit
c2ecc0c065
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      Makefile

+ 4
- 4
Makefile View File

@ -1,9 +1,9 @@
OBJECTS=main.o
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
DEVICE = msp430f2619
CC = $(GCC_DIR)/msp430-elf-gcc
GDB = $(GCC_DIR)/msp430-elf-gdb


Loading…
Cancel
Save