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: Thunker.h
- Revision:
- 13:4d8a50d4967e
- Parent:
- 12:a005f8ca5d36
- Child:
- 14:79be4e700cc9
diff -r a005f8ca5d36 -r 4d8a50d4967e Thunker.h
--- a/Thunker.h Sun Apr 17 21:11:07 2016 -0500
+++ b/Thunker.h Sun Apr 17 21:15:30 2016 -0500
@@ -7,6 +7,8 @@
#include "FuncPtr.h"
+namespace funcptr {
+
extern "C" {
#include "trampoline.h"
}
@@ -90,4 +92,6 @@
};
+}
+
#endif