summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 07:51:52 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 07:51:52 -0400
commit425568bfa9c5d50732ec872f4716fe9226992037 (patch)
tree9cfc77f3593594e7642b0fc1763a7d876c6b2797 /lcd.h
parent79f06f62d4bdc3bcd62aee7527ed5730fac66d9f (diff)
ran dos2unix
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h14
1 files changed, 7 insertions, 7 deletions
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);