From 425568bfa9c5d50732ec872f4716fe9226992037 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 15 Aug 2012 07:51:52 -0400 Subject: ran dos2unix --- lcd.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lcd.h') diff --git a/lcd.h b/lcd.h index c369017..0626237 100644 --- a/lcd.h +++ b/lcd.h @@ -1,7 +1,7 @@ -#define Press_Change_Message "Push CHANGE to continue." - - -void LCD_display_error_message(char *response); -void LCD_clear(); -void LCD_write(int row, int col, char *LCD_string); -void LCD_initialize(void); +#define Press_Change_Message "Push CHANGE to continue." + + +void LCD_display_error_message(char *response); +void LCD_clear(); +void LCD_write(int row, int col, char *LCD_string); +void LCD_initialize(void); -- cgit