From 341dd722cc00974f0a538cb895112e6961c2449b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Wed, 10 Apr 2019 11:46:02 +0200 Subject: [PATCH] added driver for one inverting charge pump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 236bab5..1648562 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=avr-gcc CFLAG= -g -mmcu=atmega168 -O -objects= time.o usart.o main.o ringbuffer.o configuration.o analogin.o +objects= time.o usart.o main.o ringbuffer.o configuration.o analogin.o analogout.o all:main.elf