From ca3292ce0febc14dcf0ff91ec05bafec3398988d Mon Sep 17 00:00:00 2001 From: Elliot Williams Date: Sun, 30 Oct 2016 15:12:44 +0100 Subject: [PATCH] Fixed typos: tinytouchlib -> TinyTouchLib --- Makefile | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e101d0b..13bc6ec 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS = -I. -DDEBUG_LEVEL=0 CFLAGS += -Wno-deprecated-declarations -D__PROG_TYPES_COMPAT__ CFLAGS += -Wl,--gc-sections CFLAGS += -fdata-sections -ffunction-sections -OBJECTS = main.o tinytouchlib.o +OBJECTS = main.o TinyTouchLib.o COMPILE = avr-gcc -Wall -Os --std=gnu99 -DF_CPU=$(F_CPU) $(CFLAGS) -mmcu=$(DEVICE) diff --git a/main.c b/main.c index 89bfe6b..d5d1d3a 100644 --- a/main.c +++ b/main.c @@ -12,7 +12,7 @@ #include #include -#include "tinytouchlib.h" +#include "TinyTouchLib.h" int main(void) {