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
|
* @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 BTN0_MODE GPIO_IN_PU
|
||||||
|
|
||||||
#define BTN1_PIN GPIO_PIN(0, 14)
|
#define BTN1_PIN GPIO_PIN(0, 14)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user