diff options
Diffstat (limited to 'response.c')
-rw-r--r-- | response.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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); |