Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LGstaandart by
Diff: Command.c
- 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); }