Skip to content

Commit

Permalink
DISPLAYTIMEOUT_GPIO
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvught committed Apr 1, 2024
1 parent b971539 commit 82f1d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-gd32/include/board/gd32f303rc.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static constexpr uint32_t PORT_A_TX = 0;
* LCD
*/

#define DISPLAYTIMEOUT_GPIO GD32_PORT_TO_GPIO(GD32_GPIO_PORTC, 13) // KEY2
#define DISPLAYTIMEOUT_GPIO GD32_PORT_TO_GPIO(GD32_GPIO_PORTB, 14) // KEY2

/**
* Pixel DMX
Expand Down

0 comments on commit 82f1d71

Please sign in to comment.