Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions features/FEATURE_BLE/ble/FunctionPointerWithContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ class FunctionPointerWithContext : public SafeBool<FunctionPointerWithContext<Co

pFunctionPointerWithContext_t _next; /**< Optional link to make a chain out of functionPointers. This
* allows chaining function pointers without requiring
* external memory to manage the chain. Refer to
* 'CallChain' as an alternative. */
* external memory to manage the chain.*/
};

/**
Expand Down
263 changes: 0 additions & 263 deletions platform/CallChain.h

This file was deleted.

Loading