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.
Dependents: USB_MSC USB_CDC_MSD_Hello TFTPServerTest DMXStation ... more
Revision 2:629e4be333f3, committed 2011-02-04
- Comitter:
- NeoBelerophon
- Date:
- Fri Feb 04 21:14:33 2011 +0000
- Parent:
- 1:0edb6732d53d
- Commit message:
- getdir() did not work -> remove
Changed in this revision
FATDirHandle.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATDirHandle.h Fri Feb 04 19:59:52 2011 +0000 +++ b/FATDirHandle.h Fri Feb 04 21:14:33 2011 +0000 @@ -19,7 +19,6 @@ virtual void rewinddir(); virtual off_t telldir(); virtual void seekdir(off_t location); - char* getdir() const {return dir.dir;} private: DIR_t dir;