forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Revision:
137:8b99cf0842f9
Parent:
136:19b9e6abb86f
--- a/Command.c	Fri Apr 15 14:20:15 2016 +0000
+++ b/Command.c	Tue Apr 19 13:58:38 2016 +0000
@@ -22,13 +22,12 @@
  
  void ReadFlash ( void)
  {
-  WriteCon("\r\n Pirivet Flash");
+//  WriteCon("\r\n Pirivet Flash");
   pDestT= (unsigned int) (0x10000);
   Flash = (GyroParam*) pDestT;
   GyroP = *(Flash);
-  sprintf((Time)," dffddfd <%07d> ",	GyroP.Str.K_WP_rst_heating);
-  WriteCon(Time);
- 
+ // sprintf((Time)," dffddfd <%07d> ",	GyroP.Str.K_WP_rst_heating);
+  //WriteCon(Time);
  }