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: STM32L452_Nucleo_ticker
Fork of mbed-dev by
Diff: platform/CThunk.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
- Child:
- 174:b96e65c34a4d
--- a/platform/CThunk.h Thu Jun 08 15:02:37 2017 +0100 +++ b/platform/CThunk.h Wed Jun 21 17:46:44 2017 +0100 @@ -72,11 +72,13 @@ /* IRQ/Exception compatible thunk entry function */ typedef void (*CThunkEntry)(void); +/** @}*/ /** * Class for created a pointer with data bound to it * - * @Note Synchronization level: Not protected + * @note Synchronization level: Not protected + * @ingroup platform */ template<class T> class CThunk @@ -242,4 +244,3 @@ #endif/*__CTHUNK_H__*/ -/** @}*/