From 667f68c4856409555b3eee4c35db5c01ef45372d Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 7 Aug 2019 18:47:11 -0500 Subject: Remove conf.h declaration. --- lcd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lcd.h b/lcd.h index 2668ced..0f71b67 100755 --- a/lcd.h +++ b/lcd.h @@ -1,5 +1,3 @@ -#include "conf.h" - void Lcd_Port(char); void Lcd_Cmd(char); void Lcd_Clear(void); -- cgit v1.2.3-54-g00ecf