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 LG by
Diff: Command.h
- Revision:
- 191:40028201ddad
- Parent:
- 181:0b022246c43c
diff -r 289514f730ee -r 40028201ddad Command.h --- a/Command.h Tue Aug 23 14:03:16 2016 +0000 +++ b/Command.h Mon Aug 29 11:58:52 2016 +0000 @@ -61,4 +61,5 @@ extern void GoBoot(void); extern void WriteFlash(void); extern void TechLog(void); -extern void DropDelay(void); \ No newline at end of file +extern void DropDelay(void); +extern void M_RateA(void); \ No newline at end of file