Skip to content

Commit d2814c7

Browse files
authored
✏️ Fix variant.h comment typo (MarlinFirmware#27594)
1 parent 6f71a14 commit d2814c7

File tree

1 file changed

+1
-1
lines changed
  • buildroot/share/PlatformIO/variants/MARLIN_F103Rx

1 file changed

+1
-1
lines changed

buildroot/share/PlatformIO/variants/MARLIN_F103Rx/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
#define PA0 PIN_A0 // | 0 | A0 | | | | |
3232
#define PA1 PIN_A1 // | 1 | A1 | | | | |
3333
#define PA2 PIN_A2 // | 2 | A2 | USART2_TX | | | |
34-
#define PA3 PIN_A3 // | 2 | A2, DAC_OUT1** | USART2_RX | | | |
34+
#define PA3 PIN_A3 // | 2 | A3, DAC_OUT1** | USART2_RX | | | |
3535
#define PA4 PIN_A4 // | 4 | A4, DAC_OUT2** | | | SPI1_SS | |
3636
#define PA5 PIN_A5 // | 5 | A5 | | | SPI1_SCK | |
3737
#define PA6 PIN_A6 // | 6 | A6 | | | SPI1_MISO | |

0 commit comments

Comments
 (0)