works
This commit is contained in:
4
makefile
4
makefile
@@ -10,7 +10,7 @@ FORMAT = ihex
|
||||
TARGET = main
|
||||
SRC = $(TARGET).c avr_adc.c fix_fft.c light_ws2812_AVR/Light_WS2812/light_ws2812.c
|
||||
ASRC =
|
||||
OPT = s
|
||||
OPT = 0
|
||||
|
||||
# Name of this Makefile (used for "make depend").
|
||||
MAKEFILE = Makefile
|
||||
@@ -28,7 +28,7 @@ DEBUG = stabs
|
||||
CSTANDARD = -std=gnu99
|
||||
|
||||
# Place -D or -U options here
|
||||
CDEFS = -DF_CPU=30000000UL
|
||||
CDEFS = -D F_CPU=32000000UL
|
||||
|
||||
# Place -I options here
|
||||
CINCS =
|
||||
|
||||
Reference in New Issue
Block a user