mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
board/z1: Fix BTN0_PIN
Set BTN0_PIN to GPIO_PIN(2, 5) in board.h #10611
This commit is contained in:
parent
0ca4703dde
commit
905855b7c2
@ -94,7 +94,7 @@ extern "C" {
|
||||
* @name User button configuration
|
||||
* @{
|
||||
*/
|
||||
#define BTN0_PIN P2IN
|
||||
#define BTN0_PIN GPIO_PIN(2, 5)
|
||||
#define BTN0_MASK (0x20)
|
||||
#define BTN0_MODE GPIO_IN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user