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

Fix: Corrected function pointer prototype and build issues #607

Conversation

fmahon
Copy link

@fmahon fmahon commented Feb 6, 2025

  • Fixed a type compatibility issue when assigning the function pointer, resolving build errors.
  • Added typedef func_ptr_t to properly define the function pointer type.
  • Replaced explicit cast with the typedef for better readability and maintainability.

- Fixed a type compatibility issue when assigning the function pointer, resolving build errors.
- Added typedef `func_ptr_t` to properly define the function pointer type.
- Replaced explicit cast with the typedef for better readability and maintainability.
peterharperuk
peterharperuk previously approved these changes Feb 6, 2025
@peterharperuk peterharperuk changed the base branch from master to develop February 6, 2025 13:11
@peterharperuk peterharperuk dismissed their stale review February 6, 2025 13:11

The base branch was changed.

@peterharperuk
Copy link
Contributor

switched to develop

@kilograham kilograham merged commit 2102420 into raspberrypi:develop Feb 6, 2025
1 check passed
@fmahon fmahon deleted the bugfix/FIX_build_issues_for_multicore_runner branch February 6, 2025 15:33
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.

3 participants