fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
148:7ce8c1fd00f7
Parent:
147:1aed74f19a8f
Child:
149:abbf7663d27d
--- a/Command.c	Fri Apr 29 07:27:50 2016 +0000
+++ b/Command.c	Fri Apr 29 13:53:50 2016 +0000
@@ -13,7 +13,7 @@
 unsigned int TempParam=1;
 unsigned int CountParam=0;
 
- int ttemp;
+int ttemp;
 
 
 unsigned int pDestT ; 
@@ -63,29 +63,6 @@
   WriteCon(Time);
  
  }
- 
- /////////////////////////////////////////
- 
- unsigned int memdump( char *base, int n )
-{
-  
-    unsigned int    *p;
-
-    printf( "  memdump from 0x%08X for %d bytes", (unsigned long)base, n );
-
-    p   = (unsigned int *)((unsigned int)base & ~(unsigned int)0x3);
-
-    for ( int i = 0; i < (n >> 2); i++, p++ ) {
-        if ( !(i % 4) )
-            printf( "\r\n  0x%08X :", (unsigned int)p );
-            printf( " 0x%08X", *p );
-        }
-
-    printf( "\r\n" );
-
-
-}
-
 
 void CMD_M_Param_R(void)
 {