summaryrefslogtreecommitdiff
path: root/response.c
diff options
context:
space:
mode:
authorroot <root@xena.domain.avtechpulse.com>2012-08-23 09:46:14 -0400
committerroot <root@xena.domain.avtechpulse.com>2012-08-23 09:46:14 -0400
commit03dd24a7aaa61b1cff250ae4df04da3bba318626 (patch)
treec222100a0f46617ac9c91c92c3fbf47cb90aa3be /response.c
parentc60acb22860c4ac69855f84bf77d9e0dd3f7c17a (diff)
remove LCD debugging code
Diffstat (limited to 'response.c')
-rw-r--r--response.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/response.c b/response.c
index 95658ef..f8620b0 100644
--- a/response.c
+++ b/response.c
@@ -131,13 +131,6 @@ void responseCb(gpointer instance, GObject *arg1, gpointer user_data)
GPollableOutputStream* stream = (GPollableOutputStream*)data->outStream;
gchar* str = data->data;
- // I2C/LCD test functions - start - FIXME
- g_strstrip(str);
- guchar status = I2C_Read (PCF8574A + Upper_Encoder_Port);
- gchar *lcd_str = g_strdup_printf ("%s %x",str,status);
- LCD_display_error_message(lcd_str);
- // I2C/LCD test functions - stop
-
Parser_main(str, 1, data->cb, stream);
g_static_mutex_unlock (&mutex);