Skip to content
Snippets Groups Projects
Unverified Commit 605365ca authored by Kevin "Bear Puncher" Weiss's avatar Kevin "Bear Puncher" Weiss Committed by GitHub
Browse files

Merge pull request #10696 from Derwaan/board/z1_fix-btn0

board/z1: Fix BTN0_PIN
parents 7d56a1de 905855b7
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ extern "C" { ...@@ -94,7 +94,7 @@ extern "C" {
* @name User button configuration * @name User button configuration
* @{ * @{
*/ */
#define BTN0_PIN P2IN #define BTN0_PIN GPIO_PIN(2, 5)
#define BTN0_MASK (0x20) #define BTN0_MASK (0x20)
#define BTN0_MODE GPIO_IN #define BTN0_MODE GPIO_IN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment