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

[BUG] ( syntaxis error: extra tokens at end of #ifdef directive) #22437

Closed
npmomchev opened this issue Jul 25, 2021 · 3 comments
Closed

[BUG] ( syntaxis error: extra tokens at end of #ifdef directive) #22437

npmomchev opened this issue Jul 25, 2021 · 3 comments

Comments

@npmomchev
Copy link

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

In file "pins_BTT_SKR_PRO_common.h" on line 263 compiler generate error : extra tokens at end of #ifdef directive

#ifdef TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN) Original syntax
#if defined(TEMP_SENSOR_PROBE) && !defined(TEMP_PROBE_PIN) I think this will correct the error

Bug Timeline

not shure

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Recv: FIRMWARE_NAME:Marlin bugfix-2.0.9.1

Printer model

No response

Electronics

No response

Add-ons

No response

Your Slicer

No response

Host Software

No response

Additional information & file uploads

No response

@thisiskeithb
Copy link
Member

Thanks for the report! I fixed it in #22438.

@thisiskeithb
Copy link
Member

#22438 Has been merged. Closing.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants