This commit is contained in:
Олег Бородин
2024-08-21 13:30:04 +02:00
parent c8f1609cf0
commit cd8da763c2
3 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ F_CPU = 16000000UL
MCU = atmega328p
CFLAGS += -DF_CPU=$(F_CPU) -mmcu=$(MCU)
CFLAGS += -I. -O2 --std=c99
CFLAGS += -I. -O2 --std=c11
CFLAGS += -ffunction-sections -fdata-sections
LDFLAGS += -s -mmcu=$(MCU)