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: SDShell.h
- Revision:
- 10:f269775edfdf
- Parent:
- 9:5e1764ff5dfa
diff -r 5e1764ff5dfa -r f269775edfdf SDShell.h
--- a/SDShell.h Tue May 14 12:49:18 2013 +0000
+++ b/SDShell.h Tue May 14 22:15:13 2013 +0000
@@ -1,6 +1,6 @@
/**
- * @file SDShell.cpp
+ * @file SDShell.h
* @brief SD Card Utility - Emulate a basic UNIX terminal interface
* @author sam grove
* @version 1.0
@@ -27,6 +27,7 @@
#include "mbed.h"
#include "SDFileSystem.h"
#include "CommHandler.h"
+#include "crc.h"
/** Example using the CommHandler class
* @code
@@ -106,6 +107,7 @@
char *exit(char *cmd);
char *debug(char *cmd);
char *du(char *cmd);
+ char *cksum(char* cmd);
};
#endif
