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

Fixed typo in binary declaration RP2040 hw bspw family.c #2187

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Fixed typo in binary declaration RP2040 hw bspw family.c #2187

merged 1 commit into from
Aug 1, 2023

Conversation

0xCCF4
Copy link
Contributor

@0xCCF4 0xCCF4 commented Jul 28, 2023

Description
There is a typo in the following line:

bi_decl(bi_2pins_with_func(UART_TX_PIN, UART_TX_PIN, GPIO_FUNC_UART));

The interface declaration should declare the UART_TX_PIN and UART_RX_PIN pin instead of declaring the UART_TX_PIN pin twice.

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for your PR

@hathach hathach merged commit 5e1ed9d into hathach:master Aug 1, 2023
42 checks passed
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.

2 participants