Skip to content
Snippets Groups Projects
Commit 905855b7 authored by Gomez Julien's avatar Gomez Julien
Browse files

board/z1: Fix BTN0_PIN

Set BTN0_PIN to GPIO_PIN(2, 5) in board.h

#10611
parent 0ca4703d
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.
Finish editing this message first!
Please register or to comment