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 compile error when using 2nd core for custom device #334

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

elral
Copy link
Collaborator

@elral elral commented Sep 8, 2024

Description of changes

When compiling a custom device for a Raspberry Pico which uses the 2nd core, a compile error occurs.
This is due to a wrong check for if defined(STEPPER_ON_2ND_CORE) && defined(ARDUINO_ARCH_RP2040) as it must be checked for the custom device. This was accidentally implemted with PR #329.

@elral elral requested a review from DocMoebiuz as a code owner September 8, 2024 08:27
Copy link

github-actions bot commented Sep 8, 2024

Board and firmware folder for this pull request:
Mobiflight-Connector.zip

@DocMoebiuz DocMoebiuz merged commit 1e00bc5 into MobiFlight:main Sep 16, 2024
1 check passed
@elral elral deleted the fix_compile_error_2nd_core branch September 17, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants