forked from meekrosoft/fff
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom_fake function signatures
Update the generator to include a check for CUSTOM_FFF_FUNCTION_TEMPLATE. If not present it will default to the C style function pointer. Alternatively, developers may define their own version of the template to leverage std::function or pw:Function (from the embedded Pigweed library). Signed-off-by: Yuval Peress <peress@google.com>
- Loading branch information
Showing
3 changed files
with
268 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.