Milosch Meriac / CThunk

Dependents:   cthunk_example

Files at this revision

API Documentation at this revision

Comitter:
meriac
Date:
Wed Aug 20 14:14:18 2014 +0000
Parent:
6:ef94278e2225
Child:
8:12fc2cda71af
Commit message:
Deleted unused line

Changed in this revision

CThunk.h Show annotated file Show diff for this revision Revisions of this file
--- a/CThunk.h	Wed Aug 20 13:36:46 2014 +0000
+++ b/CThunk.h	Wed Aug 20 14:14:18 2014 +0000
@@ -32,7 +32,6 @@
 
 /* IRQ/Exception compatible thunk entry function */
 typedef void (*CThunkEntry)(void);
-typedef void (*CThunkCallback)(void* instance, void* context);
 
 template<class T>
 class CThunk