disable stdout claim

Dependents:   class_project_main

Fork of C12832_lcd by Peter Drescher

Revision:
9:bce30cf12dee
Parent:
8:c9afe58d786a
--- a/C12832_lcd.cpp	Fri Dec 21 21:58:19 2012 +0000
+++ b/C12832_lcd.cpp	Fri Aug 16 07:54:44 2013 +0000
@@ -172,7 +172,7 @@
     memset(buffer,0x00,512);  // clear display buffer
     copy_to_lcd();
     auto_up = 1;              // switch on auto update
-    claim(stdout);           // redirekt printf to lcd
+    //claim(stdout);           // redirekt printf to lcd
     locate(0,0);
     set_font((unsigned char*)Small_7);  // standart font
 }