You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi William,
Glad for the feedback. I suppose the fix in C-only since that was what was in the pull request. I would be happy to accept a pull request that adds C++ support :-)
Best regards,
Mike
Hello,
I am trying to stub out some FreeRTOS API using FFF. At the moment, I am trying to stub out xTimerCreate:
FAKE_VALUE_FUNC(TimerHandle_t, xTimerCreate, const char * const, const TickType_t, const UBaseType_t, void * const, TimerCallbackFunction_t);
However, I am getting a compilation error:
Unfortunately, I cannot change the production code to abstract out FreeRTOS.
Any ideas how I can get around this?
Thanks
The text was updated successfully, but these errors were encountered: