...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
9:cf0d45ce28a6
Parent:
8:00a04e5cd407
Child:
11:1c1ebd0324fa
--- a/FileSystemLike.h	Tue Feb 03 18:02:02 2009 +0000
+++ b/FileSystemLike.h	Wed Apr 15 14:15:04 2009 +0000
@@ -84,6 +84,7 @@
      *
      * Variables
      *  name - The name of the directory to create.
+     *  mode - The permissions to create the directory with.
      *  returns - 0 on success, -1 on failure.
      */
     virtual int mkdir(const char *name, mode_t mode) { return -1; }