diff --git a/makefile b/makefile index ea0f724..a0df8c4 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ CC=avr-g++ OBJCOPY=avr-objcopy CFLAGS=-Wall -g -mmcu=${MCU} -DF_CPU=${F_CPU} -I. TARGET=main -SRCS=src/*.cpp +SRCS=src/*.cpp test/main.cpp default: build flash diff --git a/src/main.cpp b/test/main.cpp similarity index 95% rename from src/main.cpp rename to test/main.cpp index 40337d8..96e1474 100644 --- a/src/main.cpp +++ b/test/main.cpp @@ -8,7 +8,7 @@ #include #include #include -#include "TM1637Display.h" +#include "../src/TM1637Display.h" int main(void) { //*(&PORTA-1) |= (1<