Fix U8G2_SRC path

This commit is contained in:
Fabio Pugliese Ornellas 2019-02-18 21:32:08 +00:00
parent 35790bcad5
commit ba184ca1b4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ OBJCPY = avr-objcopy
SIZE = avr-size
MCU = at90usb1286
F_CPU = 16000000
U8G2_SRC = ../../../csrc
U8G2_SRC = ../../../../csrc
CFLAGS = \
-mmcu=$(MCU) \
-DF_CPU=$(F_CPU)UL \

View File

@ -3,7 +3,7 @@ OBJCPY = avr-objcopy
SIZE = avr-size
MCU = atmega328p
F_CPU = 16000000
U8G2_SRC = ../../../csrc
U8G2_SRC = ../../../../csrc
CFLAGS = \
-mmcu=$(MCU) \
-DF_CPU=$(F_CPU)UL \