mbed library sources that still uses the stm standard peripheral library

Fork of mbed-src by Reinhold Schaefer

Revision:
306:46fbf889ec9e
Parent:
13:0645d8841f51
--- a/api/LocalFileSystem.h	Fri Aug 29 20:45:07 2014 +0100
+++ b/api/LocalFileSystem.h	Sat Jan 03 15:26:50 2015 +0000
@@ -93,6 +93,7 @@
 
     virtual FileHandle *open(const char* name, int flags);
     virtual int remove(const char *filename);
+    virtual int rename(const char *oldname, const char *newname);
     virtual DirHandle *opendir(const char *name);
 };