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.
Dependencies: mbed
Diff: inc/command.h
- Revision:
- 12:fd1fd1857628
- Parent:
- 8:d3d7dca419b3
- Child:
- 25:8bcc8bea0e31
--- a/inc/command.h Fri Dec 07 20:42:41 2018 +0000 +++ b/inc/command.h Sat Dec 08 01:53:36 2018 +0000 @@ -32,6 +32,7 @@ #include "mbed.h" extern bool raw; +extern bool buck; void processCommand(void); bool waitCommand(void);