Moved main.cpp to test folder
This commit is contained in:
2
makefile
2
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
|
||||
|
||||
|
@@ -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);
|
Reference in New Issue
Block a user