add compile flags (CoC autocomplete) for 324pa
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
TARGET = main
|
||||
SRCS := $(shell find ../../dmm-libs/src/ -name '*.c') $(shell find src/ -name '*.c')
|
||||
FILES = $(SRCS:%.c=%) #main uart avrIOhelper/io-helper #uart#hier alle c-Datein reinschreiben, trennung durch " " und ohne .c-Endung
|
||||
MCU = atmega1284
|
||||
PROGC = m1284
|
||||
MCU = atmega324pa
|
||||
PROGC = m324pa
|
||||
CC = avr-gcc
|
||||
#TOOL = stk500 -P /dev/ttyUSB0
|
||||
TOOL = atmelice
|
||||
|
||||
Reference in New Issue
Block a user