From 1912033263395a076a0dd6de25cf618ac6980c7f Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 10 Dec 2020 17:08:10 +1300 Subject: [PATCH] Moved main.cpp to test folder --- makefile | 2 +- {src => test}/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {src => test}/main.cpp (95%) 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<