From 19ab831016277dd9a92a85f399e14c81a12b9fd9 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Aug 2019 05:33:36 -0500 Subject: Add main configuration header to LCD. --- lcd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcd.h b/lcd.h index 0f71b67..2668ced 100755 --- a/lcd.h +++ b/lcd.h @@ -1,3 +1,5 @@ +#include "conf.h" + void Lcd_Port(char); void Lcd_Cmd(char); void Lcd_Clear(void); -- cgit v1.2.3-54-g00ecf