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.
Diff: CThunk.h
- Revision:
- 8:12fc2cda71af
- Parent:
- 7:289963aeee06
- Child:
- 9:d3b51b06ac54
--- a/CThunk.h Wed Aug 20 14:14:18 2014 +0000
+++ b/CThunk.h Wed Aug 20 14:37:44 2014 +0000
@@ -93,7 +93,6 @@
/* get thunk entry point for connecting rhunk to an IRQ table */
inline operator CThunkEntry(void)
{
- /* TODO: check thumb */
return (CThunkEntry)(((uint32_t)&m_thunk)|CTHUNK_ADDRESS);
}
@@ -106,7 +105,6 @@
/* simple test function */
inline void call(void)
{
- /* TODO: check thumb */
((CThunkEntry)(((uint32_t)&m_thunk)|CTHUNK_ADDRESS))();
}