1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

board/z1: Fix BTN0_PIN
This commit is contained in:
Kevin "Bear Puncher" Weiss 2019-01-07 15:29:45 +01:00 committed by GitHub
commit 605365cae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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