Moved main.cpp to test folder

This commit is contained in:
Jimmy 2020-12-10 17:08:10 +13:00
parent 0990742327
commit 1912033263
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include "TM1637Display.h"
#include "../src/TM1637Display.h"
int main(void) {
//*(&PORTA-1) |= (1<<PA0);