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.
Diff: SimpleShell.h
- Revision:
- 27:51120f1cec44
- Parent:
- 26:0067bd31653f
- Child:
- 28:753db82debb1
--- a/SimpleShell.h Mon Dec 24 20:14:12 2018 +0000
+++ b/SimpleShell.h Mon Dec 24 20:15:29 2018 +0000
@@ -32,7 +32,7 @@
public:
/// Callback type used for shell commands.
- typedef Callback<void(int, char**)> callback_t;
+ typedef Callback<void(int,char**)> callback_t;
/// Create a new shell instance.
SimpleShell();