-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] PINS_DEBUGGING (M43) gets error when compiling #16647
Comments
Managed to reproduce, that is odd... I know that code used to work... just testing a fix. |
Issue is SERIAL_PORT_2 code is being compiled in when its not defined in Configuration.h, SERIAL_PORT_2 defaults to serial0 so expects 'RXD_NAME_0 and 'TXD_NAME_0 to be defined. Breaks when SERIAL_PORT is anything but 0. The fix is ready, just waiting for it to be merged. |
This has been fixed and added to bugfix-2.0.x |
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. |
Bug Description
If PINS_DEBUGGING is defined, and any serial port other then 0 is chosen, we get the following error when compiling:
My Configurations
bugfix-2.0.x
#define MOTHERBOARD BOARD_CNCONTROLS_15D
The text was updated successfully, but these errors were encountered: