Sam Grove / SDShell

Dependents:   Waldo_Embed_V2

Revision:
10:f269775edfdf
Parent:
9:5e1764ff5dfa
--- 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