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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: platform/mbed_poll.h
- Revision:
- 178:79309dc6340a
- Parent:
- 167:e84263d55307
- Child:
- 189:f392fc9709a3
--- a/platform/mbed_poll.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/mbed_poll.h Thu Nov 23 11:57:25 2017 +0000 @@ -27,7 +27,11 @@ class FileHandle; /** \addtogroup platform */ - +/** @{*/ +/** + * \defgroup platform_poll poll functions + * @{ + */ struct pollfh { FileHandle *fh; @@ -47,6 +51,10 @@ */ int poll(pollfh fhs[], unsigned nfhs, int timeout); +/**@}*/ + +/**@}*/ + } // namespace mbed #endif //MBED_POLL_H