I don't know why this is happening.
Fork of BLE_API by
Diff: public/CallChainOfFunctionPointersWithContext.h
- Revision:
- 884:89b7e405170e
- Parent:
- 227:5c4cb4553821
--- a/public/CallChainOfFunctionPointersWithContext.h Tue Dec 09 08:18:11 2014 +0000 +++ b/public/CallChainOfFunctionPointersWithContext.h Mon Nov 30 16:42:22 2015 +0000 @@ -30,7 +30,7 @@ * CallChainOfFunctionPointersWithContext<void *> chain; * * void first(void *context) { - * printf("'first' function.\n"); +// * printf("'first' function.\n"); * } * * void second(void *context) {