diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 07:51:52 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 07:51:52 -0400 |
commit | 425568bfa9c5d50732ec872f4716fe9226992037 (patch) | |
tree | 9cfc77f3593594e7642b0fc1763a7d876c6b2797 /lcd.h | |
parent | 79f06f62d4bdc3bcd62aee7527ed5730fac66d9f (diff) |
ran dos2unix
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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); |