boards/cc1352-launchpad: fix BTN-1 definition

same as for cc1352p-launchpad
This commit is contained in:
Benjamin Valentin 2021-01-27 20:01:14 +01:00
parent f8543df549
commit c10282d7a3

View File

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