Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOtimer: added dummy implementation of two functions #73

Merged
merged 1 commit into from
Nov 25, 2022
Merged

EOtimer: added dummy implementation of two functions #73

merged 1 commit into from
Nov 25, 2022

Conversation

marcoaccame
Copy link
Contributor

Added dummy implementation of two functions for EOtimer:

  • eo_timer_SetName(EOtimer *t, const char *name)
  • const char * eo_timer_GetName(EOtimer *t)

I need the functions for a PR in icub-firmware so that I can track execution of multiple EOtimer objects but the functions are dummy, so they do not harm legacy code anywhere.

- eo_timer_SetName(EOtimer *t, const char *name)
- const char * eo_timer_GetName(EOtimer *t)

I need the functions for a PR in icub-firmware but the functions are dummy, so they do
not harm legacy code anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant