mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
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>