mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: platform/mbed_retarget.h
- Revision:
- 178:79309dc6340a
- Parent:
- 175:af195413fb11
--- a/platform/mbed_retarget.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/mbed_retarget.h Thu Nov 23 11:57:25 2017 +0000 @@ -58,13 +58,21 @@ #endif +/** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_retarget Retarget functions + * @{ + */ /* DIR declarations must also be here */ #if __cplusplus namespace mbed { + class FileHandle; class DirHandle; std::FILE *mbed_fdopen(FileHandle *fh, const char *mode); + } typedef mbed::DirHandle DIR; #else @@ -438,4 +446,8 @@ DT_SOCK, ///< This is a UNIX domain socket. }; +/**@}*/ + +/**@}*/ + #endif /* RETARGET_H */