Change frequency of uController because now we use an Arduino.

This commit is contained in:
Marco 2022-06-28 02:44:15 +02:00
parent 34cc8b4eb8
commit 70c5e5ca4b

View File

@ -4,7 +4,7 @@ TARGET = $(BUILDFOLDER)$(TARGETNAME)
INC = -Isrc/include -I/usr/avr/include INC = -Isrc/include -I/usr/avr/include
CFLAGS = -Wall -Wpedantic -Wextra -Os -mmcu=atmega32u4 CFLAGS = -Wall -Wpedantic -Wextra -Os -mmcu=atmega32u4
CPPFLAGS = -DF_CPU=8000000UL CPPFLAGS = -DF_CPU=16000000UL
SRC = $(wildcard src/*.c) SRC = $(wildcard src/*.c)