This commit is contained in:
2024-03-22 23:53:40 +01:00
parent d70675b9e7
commit 6466905783
2 changed files with 35 additions and 20 deletions

View File

@@ -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 =