mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/cc1352-launchpad: fix BTN-1 definition
same as for cc1352p-launchpad
This commit is contained in:
parent
f8543df549
commit
c10282d7a3
@ -42,7 +42,7 @@ extern "C" {
|
||||
* @name On-board button configuration
|
||||
* @{
|
||||
*/
|
||||
#define BTN0_PIN GPIO_PIN(0, 13)
|
||||
#define BTN0_PIN GPIO_PIN(0, 15)
|
||||
#define BTN0_MODE GPIO_IN_PU
|
||||
|
||||
#define BTN1_PIN GPIO_PIN(0, 14)
|
||||
|
Loading…
Reference in New Issue
Block a user