Change frequency of uController because now we use an Arduino.
This commit is contained in:
parent
34cc8b4eb8
commit
70c5e5ca4b
2
Makefile
2
Makefile
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user